diff --git a/rust/Cargo.lock b/rust/Cargo.lock index cf1c7fa0..b44d9f78 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -567,9 +567,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.9.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b7b349f11a7047e6d1276853e612d152f5e8a352c61917887cc2169e2366b4c" +checksum = "52963f91310c08d91cb7bff5786dfc8b79642ab839e188187e92105dbfb9d2c8" dependencies = [ "autocfg", "bytes", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 144828e4..ce5518b5 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -17,7 +17,7 @@ rustfmt = ["tonic-build/rustfmt"] prost = "0.8" prost-types = "0.8" -tokio = {version = "1.9", features = ["macros"], optional = true} +tokio = {version = "1.13", features = ["macros"], optional = true} tonic = {version = "0.5", features = ["codegen", "prost"], default-features = false} [build-dependencies]