diff --git a/Cargo.lock b/Cargo.lock index cbe158b..2436974 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -805,9 +805,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.48.0" +version = "1.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" +checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 1bc51a9..acde750 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ log = { version = "0.4.4", optional = true } rustls-native-certs = { version = "0.8", optional = true } rustls-platform-verifier = { version = "0.6", optional = true } rustls = { version = "0.23", default-features = false } -tokio = "1.0" +tokio = "1.49" tokio-rustls = { version = "0.26", default-features = false } tower-service = "0.3" webpki-roots = { version = "1", optional = true } @@ -41,7 +41,7 @@ cfg-if = "1" http-body-util = "0.1" hyper-util = { version = "0.1", default-features = false, features = ["server-auto"] } rustls = { version = "0.23", default-features = false, features = ["tls12"] } -tokio = { version = "1.0", features = ["io-std", "macros", "net", "rt-multi-thread"] } +tokio = { version = "1.49", features = ["io-std", "macros", "net", "rt-multi-thread"] } [[example]] name = "client"