Skip to content

Commit fdb711e

Browse files
chore(deps): bump rsa from 0.9.4 to 0.9.6 (#1275)
Bumps [rsa](https://github.com/RustCrypto/RSA) from 0.9.4 to 0.9.6. - [Changelog](https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md) - [Commits](RustCrypto/RSA@v0.9.4...v0.9.6) --- updated-dependencies: - dependency-name: rsa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5eb52b0 commit fdb711e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cms/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const-oid = { version = "0.9.4", features = ["db"] } # TODO: path = "../const-oi
2323
aes = { version = "0.8.2", optional = true }
2424
cbc = { version = "0.1.2", optional = true }
2525
cipher = { version = "0.4.4", features = ["alloc", "block-padding", "rand_core"], optional = true }
26-
rsa = { version = "0.9.3", optional = true }
26+
rsa = { version = "0.9.6", optional = true }
2727
sha1 = { version = "0.10", optional = true }
2828
sha2 = { version = "0.10", optional = true }
2929
sha3 = { version = "0.10", optional = true }
@@ -36,7 +36,7 @@ hex-literal = "0.4"
3636
pem-rfc7468 = "0.7.0"
3737
pkcs5 = { version = "0.7" }
3838
rand = { version = "0.8.5" }
39-
rsa = { version = "0.9.3", features = ["sha2"] }
39+
rsa = { version = "0.9.6", features = ["sha2"] }
4040
ecdsa = { version = "0.16.8", features = ["digest", "pem"] }
4141
p256 = "0.13.0"
4242

x509-cert/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ signature = { version = "2.1.0", features = ["rand_core"], optional = true }
2727
[dev-dependencies]
2828
hex-literal = "0.4"
2929
rand = "0.8.5"
30-
rsa = { version = "0.9.3", features = ["sha2"] }
30+
rsa = { version = "0.9.6", features = ["sha2"] }
3131
ecdsa = { version = "0.16.8", features = ["digest", "pem"] }
3232
p256 = "0.13.0"
3333
rstest = "0.18"

0 commit comments

Comments
 (0)