Skip to content

Commit

Permalink
build(deps): update rsa requirement from 0.6.1 to 0.9.6
Browse files Browse the repository at this point in the history
Updates the requirements on [rsa](https://github.com/RustCrypto/RSA) to permit the latest version.
- [Changelog](https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/RSA@v0.7.0-pre...v0.9.6)

---
updated-dependencies:
- dependency-name: rsa
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent a267d88 commit 5980842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ http = "0.2"
moka = "0.11.2"
ejdb2rs = {workspace=true}
ethers = { workspace = true }
rsa = "0.6.1"
rsa = "0.9.6"
rand = "0.8.5"
tokio = { version = "1.17.0", features = ["full"] }
chashmap = "2.2.2"
Expand Down

0 comments on commit 5980842

Please sign in to comment.