summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel McCarney <daniel@binaryparadox.net>2024-04-26 10:20:26 -0400
committerDaniel McCarney <daniel@binaryparadox.net>2024-04-26 14:44:21 +0000
commit3633152cc557cceadb0f71fa7226e6051fb6a9ee (patch)
treefcbebc7fef70ad55ecb607c6af4184c7e9eb3a00
parent0baaeba7a8b7961108810fe0ae108d3dc45cf35e (diff)
Cargo: v0.21.11 -> v0.21.12v/0.21.12
-rw-r--r--rustls/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustls/Cargo.toml b/rustls/Cargo.toml
index 18e3a167..2643f6ce 100644
--- a/rustls/Cargo.toml
+++ b/rustls/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rustls"
-version = "0.21.11"
+version = "0.21.12"
edition = "2021"
rust-version = "1.63"
license = "Apache-2.0 OR ISC OR MIT"