diff --git a/Cargo.lock b/Cargo.lock index 3074142..3298335 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3128,9 +3128,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.1" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d040ac2b29ab03b09d4129c2f5bbd012a3ac2f79d38ff506a4bf8dd34b0eac8a" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index c51764f..76a4ac8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ serde_yaml = "0.9.34" sha2 = "0.10.8" smoosh = "0.2.1" thiserror = "1.0.63" -tokio = { version = "1.39.1", features = ["full"] } +tokio = { version = "1.40.0", features = ["full"] } tokio-stream = "0.1.15" tokio-util = { version = "0.7.9", features = ["codec"] } tracing = "0.1.37"