diff --git a/Cargo.lock b/Cargo.lock index 9ce22c578..b8a898c02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2353,9 +2353,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.3" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 82002153e..542c8a953 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,7 +135,7 @@ lru = "0.12.4" rand = "0.8.5" criterion = "0.5.1" rstest = "0.22.0" -tokio = "1.39.3" +tokio = "1.41.1" tokio-tungstenite = "0.21.0" futures-util = "0.3.31" tungstenite = "0.21.0"