Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into statisarray
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Mar 15, 2022
2 parents 154af9f + 0fd7300 commit d988616
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/revm_precompiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ 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 }
secp256k1 = { version = "0.22.0", default-features = false, features = ["alloc", "recovery"], optional = true }
secp256k1 = { version = "0.22.1", default-features = false, features = ["alloc", "recovery"], optional = true }
sha2 = { version = "0.10.2", default-features = false }
sha3 = { version = "0.10.1", default-features = false }

Expand Down

0 comments on commit d988616

Please sign in to comment.