From 971eb0e5e836cdeaaefc25b2bab4c6a6a9f8e213 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Tue, 16 Jan 2024 13:51:54 -0700 Subject: chore: bump rustls-tokio-stream and rustls (#21955) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3