Skip to content

Commit

Permalink
Update rsa requirement from 0.6.1 to 0.9.6 in /sdk
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 May 1, 2024
1 parent e28dc87 commit 74e3630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ getrandom = { version = "0.2.7", features = ["js"] }
# to handle certificate timestamp checking correctly.
instant = { version = "0.1.12", features = ["wasm-bindgen", "inaccurate"] }
js-sys = "0.3.58"
rsa = "0.6.1"
rsa = "0.9.6"
serde-wasm-bindgen = "0.5.0"
spki = "0.6.0"
wasm-bindgen = "0.2.83"
Expand Down

0 comments on commit 74e3630

Please sign in to comment.