From 424a91b2d960ee8cbcdfd5f8d6ddd2d43285a43e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:21:29 +0000 Subject: [PATCH] Bump rsa from 0.9.8 to 0.9.10 in /nexus Bumps [rsa](https://github.com/RustCrypto/RSA) from 0.9.8 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.8...v0.9.10) --- updated-dependencies: - dependency-name: rsa dependency-version: 0.9.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nexus/Cargo.lock | 4 ++-- nexus/peer-snowflake/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nexus/Cargo.lock b/nexus/Cargo.lock index a8b1104e0..fa4ca99ff 100644 --- a/nexus/Cargo.lock +++ b/nexus/Cargo.lock @@ -3456,9 +3456,9 @@ dependencies = [ [[package]] name = "rsa" -version = "0.9.8" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" +checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" dependencies = [ "const-oid", "digest", diff --git a/nexus/peer-snowflake/Cargo.toml b/nexus/peer-snowflake/Cargo.toml index f13b09ff8..436ee737c 100644 --- a/nexus/peer-snowflake/Cargo.toml +++ b/nexus/peer-snowflake/Cargo.toml @@ -17,7 +17,7 @@ peer-cursor = { path = "../peer-cursor" } pgwire.workspace = true pt = { path = "../pt" } reqwest = { version = "0.12", default-features = false, features = ["json", "gzip", "rustls-tls"] } -rsa = { version = "0.9.2", features = ["pem", "pkcs5"] } +rsa = { version = "0.9.10", features = ["pem", "pkcs5"] } secrecy = "0.10" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"