diff --git a/Cargo.lock b/Cargo.lock index 575534545..89ad5f1fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1396,9 +1396,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.155" +version = "0.2.169" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" +checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "libfuzzer-sys" @@ -2385,9 +2385,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.42.0" +version = "1.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" +checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 78b61ae42..f0cbae797 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -138,7 +138,7 @@ arbitrary = "1.4.1" rand = "0.8.5" criterion = "0.5.1" rstest = "0.22.0" -tokio = "1.42.0" +tokio = "1.43.0" tokio-tungstenite = "0.24.0" futures-util = "0.3.31" tungstenite = "0.24.0"