Skip to content

Commit

Permalink
Bump k256 from 0.10.2 to 0.10.3
Browse files Browse the repository at this point in the history
Bumps [k256](https://github.com/RustCrypto/elliptic-curves) from 0.10.2 to 0.10.3.
- [Release notes](https://github.com/RustCrypto/elliptic-curves/releases)
- [Commits](RustCrypto/elliptic-curves@k256/v0.10.2...k256/v0.10.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rakita committed Mar 15, 2022
1 parent 4081901 commit 0ee94ad
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 crates/revm_precompiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "0.4.0"
[dependencies]
bn = { package = "substrate-bn", version = "0.6", default-features = false }
bytes = { version = "1.1", default-features = false }
k256 = { version = "0.10.1", default-features = false, features = ["ecdsa", "keccak256"], optional = true }
k256 = { version = "0.10.3", default-features = false, features = ["ecdsa", "keccak256"], optional = true }
num = { version = "0.4.0", default-features = false, features = ["alloc"] }
primitive-types = { version = "0.11", default-features = false, features = ["rlp"] }
ripemd = { version = "0.1", default-features = false }
Expand Down

0 comments on commit 0ee94ad

Please sign in to comment.