summaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parentae0e7df41a15d584703f956f0e2dc91dab4aec38 (diff)
chore: bump rustls-tokio-stream and rustls (#21955)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 85ba214b9..5acc29dda 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4999,9 +4999,9 @@ dependencies = [
[[package]]
name = "rustls-tokio-stream"
-version = "0.2.17"
+version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ded7a36e8ac05b8ada77a84c5ceec95361942ee9dedb60a82f93f788a791aae8"
+checksum = "c9f0b619386efa23ba0955910896567698dc802cab625ea97a69e7340f986e6f"
dependencies = [
"futures",
"rustls",