Skip to content

Commit 11dbb47

Browse files
build(deps): bump k256 from 0.13.3 to 0.13.4
Bumps [k256](https://github.com/RustCrypto/elliptic-curves) from 0.13.3 to 0.13.4. - [Commits](RustCrypto/elliptic-curves@k256/v0.13.3...k256/v0.13.4) --- updated-dependencies: - dependency-name: k256 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fc51e92 commit 11dbb47

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
@@ -19,7 +19,7 @@ ecdsa = { version = "0.16.9", features = ["signing", "verifying"] }
1919
elliptic-curve = "0.13.8"
2020
generic-array = "0.14.7"
2121
hmac = "0.12.1"
22-
k256 = { version = "0.13.3", features = ["ecdsa"] }
22+
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

crates/keystore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const-oid = { version = "0.9.6", features = ["std"] }
1717
der = { version = "0.7.9", features = ["std"] }
1818
ecdsa = { version = "0.16.9", features = ["std"] }
1919
elliptic-curve = { version = "0.13.8", features = ["std", "pem", "sec1"] }
20-
k256 = { version = "0.13.3", features = ["std"] }
20+
k256 = { version = "0.13.4", features = ["std"] }
2121
p256 = { version = "0.13.2", features = ["std"] }
2222
p384 = { version = "0.13.0", features = ["std"] }
2323
pem-rfc7468 = { version = "0.7.0", features = ["std"] }

0 commit comments

Comments
 (0)