diff --git a/Cargo.lock b/Cargo.lock index db180cd..c40e7b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -726,9 +726,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.31" +version = "0.23.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc" +checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c" dependencies = [ "aws-lc-rs", "brotli", diff --git a/Cargo.toml b/Cargo.toml index 60dde86..0fe9e23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ rust-version = "1.71" exclude = ["/.github", "/examples", "/scripts", "/tests/"] [dependencies] -rustls = { version = "0.23.27", default-features = false, features = ["std"] } +rustls = { version = "0.23.33", default-features = false, features = ["std"] } tokio = "1.0" [features]