aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-01-06 18:19:34 +0000
committerKunoi Sayami <[email protected]>2026-01-07 14:53:50 +0800
commit1d03764b13e4514dbe8bd42cda7fd7d28dfd3e42 (patch)
tree7b984368a352aad434e8cb785dda6d1823d320c1
parent2a49dd1a98e6f42c732b1d978e2da59ba4b78cfe (diff)
chore(deps): Bump rsa from 0.9.8 to 0.9.10
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: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--Cargo.lock9
1 files changed, 4 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 62a7752..6021d0a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1271,11 +1271,10 @@ dependencies = [
[[package]]
name = "num-bigint-dig"
-version = "0.8.4"
+version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
+checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
dependencies = [
- "byteorder",
"lazy_static",
"libm",
"num-integer",
@@ -1711,9 +1710,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",