Skip to content

Commit 2c12fc5

Browse files
build(deps): bump elliptic-curve from 0.10.3 to 0.10.4 (#379)
Bumps [elliptic-curve](https://github.com/RustCrypto/traits) from 0.10.3 to 0.10.4. - [Release notes](https://github.com/RustCrypto/traits/releases) - [Commits](RustCrypto/traits@elliptic-curve-v0.10.3...elliptic-curve-v0.10.4) --- updated-dependencies: - dependency-name: elliptic-curve dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c787627 commit 2c12fc5

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.lock

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

k256/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ keywords = ["bitcoin", "crypto", "ecc", "ethereum", "secp256k1"]
1818

1919
[dependencies]
2020
cfg-if = "1.0"
21-
elliptic-curve = { version = "0.10.2", default-features = false, features = ["hazmat"] }
21+
elliptic-curve = { version = "0.10.4", default-features = false, features = ["hazmat"] }
2222

2323
# optional dependencies
2424
hex-literal = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)