From 0ffb31035a8b2e1001708c6157cd2e0e71330fc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:01:51 +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 d36677f..0372a83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ pkcs8 = { version = "0.10" } rand = "0.8" reqwest = { version = "0.12", features = ["json"] } rsa = { version = "0.9.6", features = ["sha2", "pem"] } -rustls = { version = "0.22" } +rustls = { version = "0.23" } secp256k1 = { version = "0.29", features = ["rand-std", "global-context"] } serde = { version = "1", features = ["derive", "rc"] } serde_json = "1"