Skip to content

Commit 70f98c7

Browse files
authored
build(deps): bump rsa from 0.9.7 to 0.9.8 (#4227)
2 parents 63e601a + f38c849 commit 70f98c7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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.1", features = ["ecdsa"] }
2525
rand.workspace = true
26-
rsa = "0.9.7"
26+
rsa = "0.9.8"
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
@@ -23,7 +23,7 @@ pem-rfc7468.workspace = true
2323
pkcs1.workspace = true
2424
pkcs8.workspace = true
2525
rand.workspace = true
26-
rsa = { version = "0.9.7", features = ["std", "pem"] }
26+
rsa = { version = "0.9.8", features = ["std", "pem"] }
2727
sec1 = { version = "0.7.3", features = ["std"] }
2828
spki = { version = "0.7.3", features = ["std"] }
2929
thiserror.workspace = true

0 commit comments

Comments
 (0)