Skip to content

Commit 74a3cdd

Browse files
build(deps): bump p384 from 0.13.0 to 0.13.1
Bumps [p384](https://github.com/RustCrypto/elliptic-curves) from 0.13.0 to 0.13.1. - [Commits](RustCrypto/elliptic-curves@p384/v0.13.0...sm2/v0.13.1) --- updated-dependencies: - dependency-name: p384 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2663a0f commit 74a3cdd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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
@@ -221,7 +221,7 @@ features = ["std"]
221221

222222
# P384 elliptic curve
223223
[workspace.dependencies.p384]
224-
version = "0.13.0"
224+
version = "0.13.1"
225225
features = ["std"]
226226

227227
# PEM file decoding

crates/jose/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ generic-array = "0.14.7"
2121
hmac = "0.12.1"
2222
k256 = { version = "0.13.4", features = ["ecdsa"] }
2323
p256 = { version = "0.13.2", features = ["ecdsa"] }
24-
p384 = { version = "0.13.0", features = ["ecdsa"] }
24+
p384 = { version = "0.13.1", features = ["ecdsa"] }
2525
rand.workspace = true
2626
rsa = "0.9.7"
2727
schemars.workspace = true

0 commit comments

Comments
 (0)