summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel McCarney <daniel@binaryparadox.net>2023-12-07 11:42:50 -0500
committerDaniel McCarney <daniel@binaryparadox.net>2023-12-08 13:46:40 +0000
commitcf6aa80cbfb1f18e308138fdd59ac8255ac931ce (patch)
treeda3891033616519e3dde73f5ea1f9f9dda9b7464
parent4ee33ae94215633e6bfaac42c6beb774afb0eac0 (diff)
Cargo: version 0.21.9 -> 0.21.10v/0.21.10
-rw-r--r--rustls/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustls/Cargo.toml b/rustls/Cargo.toml
index eb300dfc..0c93c037 100644
--- a/rustls/Cargo.toml
+++ b/rustls/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rustls"
-version = "0.21.9"
+version = "0.21.10"
edition = "2021"
rust-version = "1.61"
license = "Apache-2.0 OR ISC OR MIT"