diff --git a/rust/Cargo.lock b/rust/Cargo.lock index f9fa118ac..8d6d4adfd 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -7305,9 +7305,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.43.0" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 205d8e6db..3fc1e8d61 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -163,7 +163,7 @@ test-case = "3.3.1" test-strategy = "0.4.0" thiserror = "1.0.68" time = "0.3.37" -tokio = "1.43" +tokio = "1.44" tokio-stream = "0.1.17" tokio-tungstenite = "0.23.1" tokio-util = "0.7.13"