Skip to content

Commit 1e1ca50

Browse files
Bump rsa from 0.9.7 to 0.9.10
Bumps [rsa](https://github.com/RustCrypto/RSA) from 0.9.7 to 0.9.10. - [Changelog](https://github.com/RustCrypto/RSA/blob/v0.9.10/CHANGELOG.md) - [Commits](RustCrypto/RSA@v0.9.7...v0.9.10) --- updated-dependencies: - dependency-name: rsa dependency-version: 0.9.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 07850e3 commit 1e1ca50

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,11 +1835,10 @@ dependencies = [
18351835

18361836
[[package]]
18371837
name = "num-bigint-dig"
1838-
version = "0.8.4"
1838+
version = "0.8.6"
18391839
source = "registry+https://github.com/rust-lang/crates.io-index"
1840-
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
1840+
checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
18411841
dependencies = [
1842-
"byteorder",
18431842
"lazy_static",
18441843
"libm",
18451844
"num-integer",
@@ -2363,9 +2362,9 @@ dependencies = [
23632362

23642363
[[package]]
23652364
name = "rsa"
2366-
version = "0.9.7"
2365+
version = "0.9.10"
23672366
source = "registry+https://github.com/rust-lang/crates.io-index"
2368-
checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
2367+
checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
23692368
dependencies = [
23702369
"const-oid",
23712370
"digest",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ num-bigint = "0.4.5"
167167
text-diff = "0.4.0"
168168
lazy_static = "1.4.0"
169169
rcgen = "0.13.2"
170-
rsa = "0.9.7"
170+
rsa = "0.9.10"
171171
time = "0.3.41"
172172
rusqlite = "0.31.0"
173173
clap = "4.5.38"

0 commit comments

Comments
 (0)