From c35eeaa38f1905038192db1100630a5d60bcb237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 17:23:34 +0000 Subject: [PATCH] Bump rsa from 0.9.6 to 0.9.10 in /examples/zkpassport Bumps [rsa](https://github.com/RustCrypto/RSA) from 0.9.6 to 0.9.10. - [Changelog](https://github.com/RustCrypto/RSA/blob/v0.9.10/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/RSA/compare/v0.9.6...v0.9.10) --- updated-dependencies: - dependency-name: rsa dependency-version: 0.9.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/zkpassport/Cargo.lock | 4 ++-- examples/zkpassport/Cargo.toml | 2 +- jolt/jolt-inlines/rsa/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/zkpassport/Cargo.lock b/examples/zkpassport/Cargo.lock index e5654cf..ab30aa9 100644 --- a/examples/zkpassport/Cargo.lock +++ b/examples/zkpassport/Cargo.lock @@ -2872,9 +2872,9 @@ dependencies = [ [[package]] name = "rsa" -version = "0.9.6" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" +checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" dependencies = [ "const-oid", "digest 0.10.7", diff --git a/examples/zkpassport/Cargo.toml b/examples/zkpassport/Cargo.toml index ce370f3..37cd613 100644 --- a/examples/zkpassport/Cargo.toml +++ b/examples/zkpassport/Cargo.toml @@ -37,7 +37,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "ansi", "regis # Crypto (host-side fixture generation + RSA witness building) sha2 = { version = "0.10.8", features = ["oid"] } -rsa = { version = "=0.9.6" } +rsa = { version = "=0.9.10" } rand = "0.8" rand_chacha = "0.3" postcard = { version = "1.0.8", default-features = false, features = ["use-std"] } diff --git a/jolt/jolt-inlines/rsa/Cargo.toml b/jolt/jolt-inlines/rsa/Cargo.toml index 8e62bd6..eda890f 100644 --- a/jolt/jolt-inlines/rsa/Cargo.toml +++ b/jolt/jolt-inlines/rsa/Cargo.toml @@ -31,7 +31,7 @@ rand = { workspace = true, features = ["std", "std_rng"] } num-bigint-dig = { version = "0.8", default-features = false } num-traits = "0.2" num-integer = "0.1" -rsa = { version = "=0.9.6" } +rsa = { version = "=0.9.10" } sha2 = { version = "0.10", features = ["oid"] } rand_chacha.workspace = true postcard = { version = "1", features = ["alloc"] }