Skip to content

Commit 93f87c4

Browse files
chore(deps): bump rsa from 0.9.1 to 0.9.2 (#1056)
Bumps [rsa](https://github.com/RustCrypto/RSA) from 0.9.1 to 0.9.2. - [Changelog](https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md) - [Commits](RustCrypto/RSA@v0.9.1...v0.9.2) --- updated-dependencies: - dependency-name: rsa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bee8a6e commit 93f87c4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x509-cert/Cargo.toml

+1-1
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.1", features = ["sha2"] }
30+
rsa = { version = "0.9.2", features = ["sha2"] }
3131
ecdsa = { version = "0.16.4", features = ["digest", "pem"] }
3232
p256 = "0.13.0"
3333
rstest = "0.17"

0 commit comments

Comments
 (0)