summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Birr-Pixton <jpixton@gmail.com>2024-03-20 16:27:11 +0000
committerJoe Birr-Pixton <jpixton@gmail.com>2024-03-20 16:56:05 +0000
commit5ce0a1712834bda4c3704540676bf06a4a967f74 (patch)
treecc4480004b73b47cde000d5ac2fe1ba867e12403
parent03e44999a5bbc22d92207aed87e7e325194b3822 (diff)
Prepare 0.23.3v/0.23.3
-rw-r--r--Cargo.lock36
-rw-r--r--fuzz/Cargo.lock2
-rw-r--r--rustls/Cargo.toml2
3 files changed, 20 insertions, 20 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a4abe3d6..7d37f2d9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2146,37 +2146,37 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5dfbdb5ddfafe3040e01fe9dced711e27b5336ac97d4a9b2089f0066a04b5846"
dependencies = [
"aws-lc-rs",
- "base64",
- "bencher",
- "env_logger",
"log",
- "num-bigint",
"once_cell",
- "ring",
- "rustls-pemfile 2.1.1",
"rustls-pki-types",
"rustls-webpki 0.102.2",
- "rustversion",
"subtle",
- "tikv-jemallocator",
- "webpki-roots 0.26.1",
"zeroize",
]
[[package]]
name = "rustls"
-version = "0.23.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5dfbdb5ddfafe3040e01fe9dced711e27b5336ac97d4a9b2089f0066a04b5846"
+version = "0.23.3"
dependencies = [
"aws-lc-rs",
+ "base64",
+ "bencher",
+ "env_logger",
"log",
+ "num-bigint",
"once_cell",
+ "ring",
+ "rustls-pemfile 2.1.1",
"rustls-pki-types",
"rustls-webpki 0.102.2",
+ "rustversion",
"subtle",
+ "tikv-jemallocator",
+ "webpki-roots 0.26.1",
"zeroize",
]
@@ -2191,7 +2191,7 @@ dependencies = [
"fxhash",
"itertools",
"rayon",
- "rustls 0.23.2",
+ "rustls 0.23.3",
"rustls-pemfile 2.1.1",
"rustls-pki-types",
"tikv-jemallocator",
@@ -2204,7 +2204,7 @@ dependencies = [
"hickory-resolver",
"regex",
"ring",
- "rustls 0.23.2",
+ "rustls 0.23.3",
]
[[package]]
@@ -2217,7 +2217,7 @@ dependencies = [
"log",
"mio",
"rcgen",
- "rustls 0.23.2",
+ "rustls 0.23.3",
"rustls-pemfile 2.1.1",
"rustls-pki-types",
"serde",
@@ -2235,7 +2235,7 @@ dependencies = [
"num-bigint",
"once_cell",
"openssl",
- "rustls 0.23.2",
+ "rustls 0.23.3",
"rustls-pemfile 2.1.1",
"rustls-pki-types",
]
@@ -2271,7 +2271,7 @@ version = "0.1.0"
dependencies = [
"aws-lc-rs",
"env_logger",
- "rustls 0.23.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rustls 0.23.2",
"webpki-roots 0.26.1",
]
@@ -2293,7 +2293,7 @@ dependencies = [
"rand_core",
"rcgen",
"rsa",
- "rustls 0.23.2",
+ "rustls 0.23.3",
"rustls-pki-types",
"rustls-webpki 0.102.2",
"serde",
diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock
index 130ed950..8cb7852a 100644
--- a/fuzz/Cargo.lock
+++ b/fuzz/Cargo.lock
@@ -360,7 +360,7 @@ dependencies = [
[[package]]
name = "rustls"
-version = "0.23.2"
+version = "0.23.3"
dependencies = [
"aws-lc-rs",
"log",
diff --git a/rustls/Cargo.toml b/rustls/Cargo.toml
index 32bc2f90..c2f11c29 100644
--- a/rustls/Cargo.toml
+++ b/rustls/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rustls"
-version = "0.23.2"
+version = "0.23.3"
edition = "2021"
rust-version = "1.61"
license = "Apache-2.0 OR ISC OR MIT"