From 8b670a27e566437cd093a23230046d380c154b3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 06:19:32 +0000 Subject: [PATCH] chore(deps): 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 e82734a02..293429d0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5303,9 +5303,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 0.10.7", diff --git a/Cargo.toml b/Cargo.toml index 0984d2235..2d6a0b2f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ rand = "0.8.5" reqwest = { version = "0.12", default-features = false } resource_uri = { path = "attestation-agent/deps/resource_uri" } ring = "0.17" -rsa = "0.9.2" +rsa = "0.9.7" rstest = "0.17" serde = { version = "1.0", features = ["derive"] } serde_with = { version = "1.11.0", features = ["base64"] }