From 208ad2fc4517149428645d16fe91897fa57d0a58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 19:51:43 +0000 Subject: [PATCH] build(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 4548fbe3..854117a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2291,9 +2291,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 45ffb26e..fe1075d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ mime = { version = "0.3.17", default-features = false } once_cell = { version = "1.20.2", default-features = false } openidconnect = { version = "3.5.0", default-features = false } rand = { version = "0.8.5", default-features = false } -rsa = { version = "0.9.6", default-features = false } +rsa = { version = "0.9.7", default-features = false } rustls = { version = "0.22.4", default-features = false } rustls-pemfile = { version = "2.2.0", default-features = false } rustls-pki-types = { version = "1.10.0", default-features = false }