Skip to content

Commit

Permalink
build(deps): bump elliptic-curve from 0.13.4 to 0.13.5 (#719)
Browse files Browse the repository at this point in the history
Bumps [elliptic-curve](https://github.com/RustCrypto/traits) from 0.13.4 to 0.13.5.
- [Commits](RustCrypto/traits@elliptic-curve-v0.13.4...elliptic-curve/v0.13.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 30, 2023
1 parent 3a871f3 commit e584cef
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.4", default-features = false, features = ["digest", "sec1"] }
elliptic-curve = { version = "0.13.5", default-features = false, features = ["digest", "sec1"] }
signature = { version = "2.0, <2.2", default-features = false, features = ["rand_core"] }

# optional dependencies
Expand Down

0 comments on commit e584cef

Please sign in to comment.