diff --git a/Cargo.lock b/Cargo.lock index b5fe707..53a4c20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -935,9 +935,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.39.2" +version = "1.39.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" +checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 9c4269f..fcd2993 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" tonic = "0.12.1" prost = "0.13.1" prost-types = "0.13.1" -tokio = { version = "1.39.2", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.39.3", features = ["rt-multi-thread", "macros"] } serde = { version = "1.0", features = ["derive"] } prost-wkt-types = "0.6"