diff --git a/Cargo.lock b/Cargo.lock index 09ad101..7397682 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2814,9 +2814,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.53.0" +version = "1.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d988bcd52dbe076d3d46903332f58c912b87a2c49b1428419a5845154762ffee" +checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 2769d08..fea000f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ socket2 = { version = "=0.6.5", features = ["all"] } tar = "=0.4.46" thiserror = "=2.0.19" time = "=0.3.51" -tokio = { version = "=1.53.0", features = ["fs", "io-std", "io-util", "macros", "net", "process", "rt-multi-thread", "signal", "sync", "time"] } +tokio = { version = "=1.53.1", features = ["fs", "io-std", "io-util", "macros", "net", "process", "rt-multi-thread", "signal", "sync", "time"] } tokio-rustls = { version = "=0.26.4", default-features = false, features = ["aws-lc-rs"] } tokio-tungstenite = { version = "=0.30.0", default-features = false, features = ["connect", "rustls-tls-webpki-roots"] } tokio-util = { version = "=0.7.18", features = ["io"] }