Skip to content

Commit

Permalink
chore(deps): Update ecdsa requirement from 0.15 to 0.16
Browse files Browse the repository at this point in the history
Updates the requirements on [ecdsa](https://github.com/RustCrypto/signatures) to permit the latest version.
- [Release notes](https://github.com/RustCrypto/signatures/releases)
- [Commits](RustCrypto/signatures@ecdsa/v0.15.0...ecdsa/v0.16.0)

---
updated-dependencies:
- dependency-name: ecdsa
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 8, 2023
1 parent 4644680 commit b8bd3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ chrono = { version = "0.4.23", feature = "clock" }
const-oid = "0.9.1"
der = "0.6.1"
digest = { version = "0.10.3", default-features = false }
ecdsa = { version = "0.15", features = [ "pkcs8", "digest", "der" ] }
ecdsa = { version = "0.16", features = [ "pkcs8", "digest", "der" ] }
ed25519 = { version = "=2.1", features = [ "alloc" ] }
ed25519-dalek = { version = "2.0.0-pre.0", features = [ "pkcs8", "rand_core" ] }
elliptic-curve = { version = "0.12.2", features = [ "arithmetic", "pem" ] }
Expand Down

0 comments on commit b8bd3f9

Please sign in to comment.