Skip to content

Commit 0d6f866

Browse files
committed
chore: for security reasons, the rev field uses the full hash value
1 parent d91e5b3 commit 0d6f866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2018"
1010

1111
[dependencies]
1212
auto_impl = "1.0"
13-
ethereum = { git = "https://github.com/rust-ethereum/ethereum.git", rev = "3be0d8f", default-features = false }
13+
ethereum = { git = "https://github.com/rust-ethereum/ethereum.git", rev = "3be0d8fd4c2ad1ba216b69ef65b9382612efc8ba", default-features = false }
1414
log = { version = "0.4", default-features = false }
1515
primitive-types = { version = "0.13", default-features = false, features = ["rlp"] }
1616
rlp = { version = "0.6", default-features = false }

0 commit comments

Comments
 (0)