From 3b1a03d4e45a3477481bf0949574f2ca78baa2b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:46:32 +0000 Subject: [PATCH] Bump rsa from 0.9.6 to 0.9.7 Bumps [rsa](https://github.com/RustCrypto/RSA) from 0.9.6 to 0.9.7. - [Changelog](https://github.com/RustCrypto/RSA/blob/v0.9.7/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/RSA/compare/v0.9.6...v0.9.7) --- updated-dependencies: - dependency-name: rsa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d46705225..633a50041 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1989,9 +1989,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 e0fd302a4..33e24b814 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -144,7 +144,7 @@ num-bigint = "0.4.5" text-diff = "0.4.0" lazy_static = "1.4.0" rcgen = "0.13.1" -rsa = "0.9.5" +rsa = "0.9.7" time = "0.3.22" rusqlite = "0.31.0" clap = "4.5.21"