Skip to content

Commit

Permalink
chore(deps): bump rsa from 0.9.1 to 0.9.2 (RustCrypto#1056)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 8, 2023
1 parent bee8a6e commit 93f87c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion x509-cert/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ signature = { version = "2.1.0", features = ["rand_core"], optional = true }
[dev-dependencies]
hex-literal = "0.4"
rand = "0.8.5"
rsa = { version = "0.9.1", features = ["sha2"] }
rsa = { version = "0.9.2", features = ["sha2"] }
ecdsa = { version = "0.16.4", features = ["digest", "pem"] }
p256 = "0.13.0"
rstest = "0.17"
Expand Down

0 comments on commit 93f87c4

Please sign in to comment.