diff --git a/Cargo.lock b/Cargo.lock index 9e2634a..b65a99c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2803,9 +2803,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.52.3" +version = "1.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" +checksum = "d988bcd52dbe076d3d46903332f58c912b87a2c49b1428419a5845154762ffee" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 3a5dcd4..099b555 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.18" time = "=0.3.51" -tokio = { version = "=1.52.3", features = ["fs", "io-std", "io-util", "macros", "net", "process", "rt-multi-thread", "signal", "sync", "time"] } +tokio = { version = "=1.53.0", 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"] }