From fc7c106b2a1dbeec6d081bc94a100f36317bcef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=8F=E7=99=BD?= <364772080@qq.com> Date: Fri, 13 Jun 2025 16:56:10 +0800 Subject: [PATCH] chore: Use workspace `tiny_http` (#32672) Release Notes: - N/A --- crates/client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index 416098eacf6091685391887091708fe4fe48e357..0516670d7ecd1e1629001209548dd51a48ff8954 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -51,7 +51,7 @@ telemetry_events.workspace = true text.workspace = true thiserror.workspace = true time.workspace = true -tiny_http = "0.8" +tiny_http.workspace = true tokio-socks = { version = "0.5.2", default-features = false, features = ["futures-io"] } url.workspace = true util.workspace = true