diff --git a/Cargo.lock b/Cargo.lock index f467ca2..5743ffe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -953,9 +953,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.0" +version = "1.44.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a" +checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 002e089..adccb72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" tonic = "0.12.3" prost = "0.13.5" prost-types = "0.13.5" -tokio = { version = "1.44.0", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.44.1", features = ["rt-multi-thread", "macros"] } serde = { version = "1.0", features = ["derive"] } prost-wkt-types = "0.6"