From 910018b0f0db97f05b3a1f481df19b19d4e86b5f Mon Sep 17 00:00:00 2001 From: Xiangjin Date: Thu, 28 Mar 2024 19:46:19 +0800 Subject: [PATCH] chore(deps): Bump tokio-metrics 0.3.0 -> 0.3.1 to unblock tokio --- Cargo.lock | 4 ++-- src/workspace-hack/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a9be5c659891e..e55561bbc8a61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12489,9 +12489,9 @@ dependencies = [ [[package]] name = "tokio-metrics" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4b2fc67d5dec41db679b9b052eb572269616926040b7831e32c8a152df77b84" +checksum = "eace09241d62c98b7eeb1107d4c5c64ca3bd7da92e8c218c153ab3a78f9be112" dependencies = [ "futures-util", "pin-project-lite", diff --git a/src/workspace-hack/Cargo.toml b/src/workspace-hack/Cargo.toml index 1ba32e7c01987..fa84c412ae75c 100644 --- a/src/workspace-hack/Cargo.toml +++ b/src/workspace-hack/Cargo.toml @@ -137,7 +137,7 @@ syn-dff4ba8e3ae991db = { package = "syn", version = "1", features = ["extra-trai target-lexicon = { version = "0.12", features = ["std"] } time = { version = "0.3", features = ["local-offset", "macros", "serde-well-known"] } tinyvec = { version = "1", features = ["alloc", "grab_spare_slice", "rustc_1_55"] } -tokio = { version = "1", features = ["full", "stats", "tracing"] } +tokio = { version = "1", features = ["full", "tracing"] } tokio-postgres = { git = "https://github.com/madsim-rs/rust-postgres.git", rev = "ac00d88", features = ["with-chrono-0_4", "with-uuid-1"] } tokio-stream = { git = "https://github.com/madsim-rs/tokio.git", rev = "fe39bb8e", features = ["fs", "net"] } tokio-util = { version = "0.7", features = ["codec", "io"] }