diff options
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index b45a76591..c6748e5b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5394,9 +5394,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.21.10" +version = "0.21.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" +checksum = "7fecbfb7b1444f477b345853b1fce097a2c6fb637b2bfb87e6bc5db0f043fae4" dependencies = [ "log", "ring", diff --git a/Cargo.toml b/Cargo.toml index 3f99ec9fd..ef8353a2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,7 +148,7 @@ regex = "^1.7.0" reqwest = { version = "=0.11.20", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli", "socks", "json"] } # pinned because of https://github.com/seanmonstar/reqwest/pull/1955 ring = "^0.17.0" rusqlite = { version = "=0.29.0", features = ["unlock_notify", "bundled"] } -rustls = "0.21.8" +rustls = "0.21.11" rustls-pemfile = "1.0.0" rustls-tokio-stream = "=0.2.17" rustls-webpki = "0.101.4" |