summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2024-01-16 13:51:54 -0700
committerGitHub <noreply@github.com>2024-01-16 21:51:54 +0100
commit971eb0e5e836cdeaaefc25b2bab4c6a6a9f8e213 (patch)
treeb5b7abe6e08331d10c9855aff43069f357a85015 /Cargo.toml
parentae0e7df41a15d584703f956f0e2dc91dab4aec38 (diff)
chore: bump rustls-tokio-stream and rustls (#21955)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 36345b656..0a5f6dcfc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -134,9 +134,9 @@ lazy-regex = "3"
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.10"
rustls-pemfile = "1.0.0"
-rustls-tokio-stream = "=0.2.17"
+rustls-tokio-stream = "=0.2.20"
rustls-webpki = "0.101.4"
rustyline = "=13.0.0"
webpki-roots = "0.25.2"