Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit a5428f1

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump ecdsa from 0.16.8 to 0.16.9
Bumps [ecdsa](https://github.com/RustCrypto/signatures) from 0.16.8 to 0.16.9. - [Commits](RustCrypto/signatures@ecdsa/v0.16.8...ecdsa/v0.16.9) --- updated-dependencies: - dependency-name: ecdsa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 829b9fb commit a5428f1

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
@@ -11,7 +11,7 @@ repository.workspace = true
1111
base64ct = { version = "1.6.0", features = ["std"] }
1212
chrono.workspace = true
1313
digest = "0.10.7"
14-
ecdsa = { version = "0.16.8", features = ["signing", "verifying"] }
14+
ecdsa = { version = "0.16.9", features = ["signing", "verifying"] }
1515
elliptic-curve = "0.13.6"
1616
generic-array = "0.14.7"
1717
hmac = "0.12.1"

crates/keystore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository.workspace = true
1111
aead = { version = "0.5.2", features = ["std"] }
1212
const-oid = { version = "0.9.5", features = ["std"] }
1313
der = { version = "0.7.8", features = ["std"] }
14-
ecdsa = { version = "0.16.8", features = ["std"] }
14+
ecdsa = { version = "0.16.9", features = ["std"] }
1515
elliptic-curve = { version = "0.13.6", features = ["std", "pem", "sec1"] }
1616
k256 = { version = "0.13.1", features = ["std"] }
1717
p256 = { version = "0.13.2", features = ["std"] }

0 commit comments

Comments
 (0)