From 6eb3252425342ca47fdf1abafee0f52d9a4c4e28 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:41:23 +0000 Subject: [PATCH] Update Rust crate rsa to 0.9.7 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d402267..160e473 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3097,9 +3097,9 @@ dependencies = [ [[package]] name = "rsa" -version = "0.9.6" +version = "0.9.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" +checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519" dependencies = [ "const-oid", "digest", diff --git a/Cargo.toml b/Cargo.toml index 9c5acb8..cbf7936 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ reqwest-middleware = "0.4" reqwest-retry = "0.7" reqwest-tracing = "0.5" ring = "0.17.8" -rsa = "0.9.6" +rsa = "0.9.7" rustfmt-wrapper = "0.2.1" schemars = "0.8.21" secrecy = "0.10.3"