From 71f3c370b54423df9c2fb21ce27252e08b5d8325 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 16:26:33 +0000 Subject: [PATCH] chore(deps): update rust crate rustls to 0.23 [security] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7064332..b8fcb14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ rand = "0.8" reqwest = { version = "0.12", features = ["json"] } ring = { version = "0.17.8", features = ["std"], default-features = false } rsa = { version = "0.9.6", features = ["sha2", "pem"] } -rustls = { version = "0.22" } +rustls = { version = "0.23" } rustls-pemfile = "2" sec1 = { version = "0.7.3", features = ["der"], default-features = false } secp256k1 = { version = "0.29", features = ["rand-std", "global-context"] }