diff --git a/Cargo.lock b/Cargo.lock index ff9dcf9f3..eef6a3c8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6324,9 +6324,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.39.3" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index d4b376c61..174b59390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ strum = { version = "0.26", features = ["derive"] } tempfile = "3.13" testcontainers = "0.14" thiserror = "1.0" -tokio = "1.39" +tokio = "1.40" toml = "0.8.19" tonic = "0.12" tonic-build = "0.12"