Skip to content

Commit 53627c3

Browse files
Bump rsa from 0.9.5 to 0.9.6
Bumps [rsa](https://github.com/RustCrypto/RSA) from 0.9.5 to 0.9.6. - [Changelog](https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md) - [Commits](RustCrypto/RSA@v0.9.5...v0.9.6) --- updated-dependencies: - dependency-name: rsa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de9c2a7 commit 53627c3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ p256 = { version = "0.13", default-features = false, features = ["ecdsa"] }
3030
p384 = { version = "0.13", default-features = false, features = ["ecdsa"] }
3131
serde = { version = "1", features = ["serde_derive"] }
3232
rand_core = { version = "0.6", features = ["std"] }
33-
rsa = "0.9.5"
33+
rsa = "0.9.6"
3434
signature = { version = "2", features = ["derive"] }
3535
subtle = "2"
3636
thiserror = "1"

0 commit comments

Comments
 (0)