Skip to content

Commit c493704

Browse files
Bump rsa from 0.9.7 to 0.9.9
Bumps [rsa](https://github.com/RustCrypto/RSA) from 0.9.7 to 0.9.9. - [Changelog](https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/RSA/commits) --- updated-dependencies: - dependency-name: rsa dependency-version: 0.9.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ce5e79 commit c493704

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2362,9 +2362,9 @@ dependencies = [
23622362

23632363
[[package]]
23642364
name = "rsa"
2365-
version = "0.9.7"
2365+
version = "0.9.9"
23662366
source = "registry+https://github.com/rust-lang/crates.io-index"
2367-
checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
2367+
checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88"
23682368
dependencies = [
23692369
"const-oid",
23702370
"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.9"
171171
time = "0.3.41"
172172
rusqlite = "0.31.0"
173173
clap = "4.5.38"

0 commit comments

Comments
 (0)