Skip to content

Commit 75d35a8

Browse files
build(deps): bump rsa from 0.9.6 to 0.9.7
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]>
1 parent c2cfea6 commit 75d35a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

crates/jose/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ k256 = { version = "0.13.4", features = ["ecdsa"] }
2323
p256 = { version = "0.13.2", features = ["ecdsa"] }
2424
p384 = { version = "0.13.0", features = ["ecdsa"] }
2525
rand.workspace = true
26-
rsa = "0.9.6"
26+
rsa = "0.9.7"
2727
schemars.workspace = true
2828
sec1 = "0.7.3"
2929
serde.workspace = true

crates/keystore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pem-rfc7468.workspace = true
2424
pkcs1.workspace = true
2525
pkcs8.workspace = true
2626
rand.workspace = true
27-
rsa = { version = "0.9.6", features = ["std", "pem"] }
27+
rsa = { version = "0.9.7", features = ["std", "pem"] }
2828
sec1 = { version = "0.7.3", features = ["std"] }
2929
spki = { version = "0.7.3", features = ["std"] }
3030
thiserror.workspace = true

0 commit comments

Comments
 (0)