summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel McCarney <daniel@binaryparadox.net>2023-10-06 11:29:58 -0400
committerDaniel McCarney <daniel@binaryparadox.net>2023-10-24 13:32:34 +0000
commitc34477a068b340473dd654d1b25d6fac71e0c570 (patch)
tree45f7cdfe4378458b8c6a87573fca75b8961d7d89
parent8cf2594dcb0fa523a1c62dbca279e3d4a41b8372 (diff)
Cargo: 0.21.7 -> 0.21.8v/0.21.8
-rw-r--r--rustls/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustls/Cargo.toml b/rustls/Cargo.toml
index 0cdd92b7..12d50527 100644
--- a/rustls/Cargo.toml
+++ b/rustls/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rustls"
-version = "0.21.7"
+version = "0.21.8"
edition = "2021"
rust-version = "1.61"
license = "Apache-2.0 OR ISC OR MIT"