Skip to content

Commit

Permalink
build(deps): bump elliptic-curve from 0.13.7 to 0.13.8
Browse files Browse the repository at this point in the history
Bumps [elliptic-curve](https://github.com/RustCrypto/traits) from 0.13.7 to 0.13.8.
- [Commits](RustCrypto/traits@elliptic-curve-v0.13.7...elliptic-curve-v0.13.8)

---
updated-dependencies:
- dependency-name: elliptic-curve
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 2f3be45 commit 697b447
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecdsa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ edition = "2021"
rust-version = "1.65"

[dependencies]
elliptic-curve = { version = "0.13.6", default-features = false, features = ["digest", "sec1"] }
elliptic-curve = { version = "0.13.8", default-features = false, features = ["digest", "sec1"] }
signature = { version = "2.0, <2.3", default-features = false, features = ["rand_core"] }

# optional dependencies
Expand Down

0 comments on commit 697b447

Please sign in to comment.