From 5a476fdfd9c4ccd60869e88bce540bdf06ff0f55 Mon Sep 17 00:00:00 2001 From: Leonardo Lima Date: Thu, 16 Jan 2025 17:42:58 -0300 Subject: [PATCH] deps(rustls): bump to `0.23.21` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce29dcb..b29ecf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde_json = { version = "^1.0" } # Optional dependencies openssl = { version = "0.10", optional = true } -rustls = { version = "0.23.19", optional = true, default-features = false } +rustls = { version = "0.23.21", optional = true, default-features = false } webpki-roots = { version = "0.25", optional = true } byteorder = { version = "1.0", optional = true }