diff --git a/Cargo.lock b/Cargo.lock index ad3e550..9b28b7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1315,9 +1315,9 @@ checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" [[package]] name = "tokio" -version = "1.44.1" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 7a9bb86..dc99924 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ rdkafka = { version = "0.37.0", optional = true } serde = { version = "1.0.219", features = ["derive"] } systemstat = { version = "0.2.4", optional = true } thiserror = "2.0.12" -tokio = { version = "1.44.1", features = ["parking_lot"] } +tokio = { version = "1.44.2", features = ["parking_lot"] } tokio-stream = { version = "0.1.17", features = ["time"] } tonic = { version = "0.12.3", features = ["codegen"] } tracing = "0.1.41" @@ -66,7 +66,7 @@ protobuf-src = { version = "2.1.1", optional = true } tonic-build = "0.12.3" [dev-dependencies] -tokio = { version = "1.44.1", features = ["rt-multi-thread", "signal"] } +tokio = { version = "1.44.2", features = ["rt-multi-thread", "signal"] } tokio-stream = { version = "0.1.17", features = ["net"] } [[test]]