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"