Skip to content

Commit 3d7a110

Browse files
chore(deps): bump rsa from 0.9.0-pre.2 to 0.9.0 (#1033)
Bumps [rsa](https://github.com/RustCrypto/RSA) from 0.9.0-pre.2 to 0.9.0. - [Release notes](https://github.com/RustCrypto/RSA/releases) - [Changelog](https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md) - [Commits](RustCrypto/RSA@v0.9.0-pre.2...v0.9.0) --- 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 17af6ab commit 3d7a110

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.

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.0-pre.2", features = ["sha2"] }
30+
rsa = { version = "0.9.0", 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)