From 25734ef50107b2f6a868ab8588f9371252176cf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 14:40:40 +0000 Subject: [PATCH] chore(deps): bump rsa in /backend in the cargo group across 1 directory Bumps the cargo group with 1 update in the /backend directory: [rsa](https://github.com/RustCrypto/RSA). Updates `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: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- backend/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 994f346..3ce71d1 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2031,9 +2031,9 @@ dependencies = [ [[package]] name = "rsa" -version = "0.9.6" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" +checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" dependencies = [ "const-oid", "digest 0.10.7",