Skip to content

Commit

Permalink
build(deps): bump rsa from 0.9.6 to 0.9.7
Browse files Browse the repository at this point in the history
Bumps [rsa](https://github.com/RustCrypto/RSA) from 0.9.6 to 0.9.7.
- [Changelog](https://github.com/RustCrypto/RSA/blob/v0.9.7/CHANGELOG.md)
- [Commits](RustCrypto/RSA@v0.9.6...v0.9.7)

---
updated-dependencies:
- dependency-name: rsa
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent af1caf1 commit 2a20c70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ hex = "0.4.3"
libc = "0.2.161"
lazy_static = "1.4.0"
p384 = { version = "0.13.0", optional = true }
rsa = { version = "0.9.6", optional = true }
rsa = { version = "0.9.7", optional = true }
sha2 = { version = "0.10.8", optional = true }
x509-cert = { version = "0.2.5", optional = true }
byteorder = "1.4.3"
Expand Down

0 comments on commit 2a20c70

Please sign in to comment.