Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Update parity-crypto dependency (#11791)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheme authored Jun 20, 2020
1 parent bedbff5 commit f81c576
Show file tree
Hide file tree
Showing 28 changed files with 30 additions and 30 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ num_cpus = "1.2"
number_prefix = "0.2"
panic_hook = { path = "util/panic-hook" }
parity-bytes = "0.1"
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
parity-daemonize = "0.3"
parity-hash-fetch = { path = "updater/hash-fetch" }
parity-local-store = { path = "miner/local-store" }
Expand Down
2 changes: 1 addition & 1 deletion accounts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
ethkey = { path = "ethkey" }
ethstore = { path = "ethstore" }
log = "0.4"
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
parking_lot = "0.10.0"
serde = "1.0"
serde_derive = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion accounts/ethkey/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ edit-distance = "2.0"
log = "0.4"
serde = "1.0"
serde_derive = "1.0"
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
parity-wordlist = "1.3.1"
2 changes: 1 addition & 1 deletion accounts/ethkey/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ docopt = "1.0"
env_logger = "0.5"
ethkey = { path = "../" }
panic_hook = { path = "../../../util/panic-hook" }
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
parity-wordlist= "1.3.1"
rustc-hex = "2.1.0"
serde = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion accounts/ethstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rustc-hex = "2.1.0"
tiny-keccak = "2.0.2"
time = "0.1.34"
parking_lot = "0.10.0"
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
ethereum-types = "0.9.0"
dir = { path = "../../util/dir" }
smallvec = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion accounts/ethstore/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde_derive = "1.0"
parking_lot = "0.10.0"
ethstore = { path = "../" }
ethkey = { path = "../../ethkey" }
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
dir = { path = '../../../util/dir' }
panic_hook = { path = "../../../util/panic-hook" }

Expand Down
4 changes: 2 additions & 2 deletions ethcore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ parity-bytes = "0.1"
parking_lot = "0.10.0"
pod = { path = "pod", optional = true }
trie-db = "0.20.0"
parity-crypto = { version = "0.6.1", features = ["publickey"], optional = true }
parity-crypto = { version = "0.6.2", features = ["publickey"], optional = true }
patricia-trie-ethereum = { path = "../util/patricia-trie-ethereum" }
rand = "0.7.3"
rand_xorshift = "0.2.0"
Expand Down Expand Up @@ -75,7 +75,7 @@ env_logger = "0.5"
ethcore-accounts = { path = "../accounts" }
ethcore-builtin = { path = "./builtin" }
ethjson = { path = "../json", features = ["test-helpers"] }
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
fetch = { path = "../util/fetch" }
kvdb-memorydb = "0.5.0"
kvdb-rocksdb = "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion ethcore/blockchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ triehash-ethereum = { version = "0.2", path = "../../util/triehash-ethereum" }

[dev-dependencies]
env_logger = "0.5"
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
rustc-hex = "2.1.0"
tempfile = "3.1"
kvdb-memorydb = "0.5.0"
2 changes: 1 addition & 1 deletion ethcore/builtin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keccak-hash = "0.5.0"
log = "0.4"
num = "0.2"
parity-bytes = "0.1"
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
eth_pairings = { git = "https://github.com/matter-labs/eip1962.git", default-features = false, features = ["eip_2537"], rev = "ece6cbabc41948db4200e41f0bfdab7ab94c7af8" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ethcore/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bytes = { package = "parity-bytes", version = "0.1.0" }
client-traits = { path = "../client-traits" }
common-types = { path = "../types" }
ethereum-types = "0.9.0"
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
machine = { path = "../machine" }
vm = { path = "../vm" }

Expand Down
2 changes: 1 addition & 1 deletion ethcore/engines/authority-round/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ethabi-contract = "11.0"
ethabi-derive = "12.0"
ethereum-types = "0.9.0"
ethjson = { path = "../../../json" }
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
engine = { path = "../../engine" }
io = { package = "ethcore-io", path = "../../../util/io" }
itertools = "0.8.2"
Expand Down
2 changes: 1 addition & 1 deletion ethcore/engines/basic-authority/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ common-types = { path = "../../types" }
engine = { path = "../../engine" }
ethereum-types = "0.9.0"
ethjson = { path = "../../../json" }
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
log = "0.4.8"
machine = { path = "../../machine" }
parking_lot = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion ethcore/engines/clique/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ client-traits = { path = "../../client-traits" }
common-types = { path = "../../types" }
ethereum-types = "0.9.0"
ethjson = { path = "../../../json" }
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
engine = { path = "../../engine" }
keccak-hash = "0.5.0"
lazy_static = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion ethcore/engines/validator-set/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ env_logger = "0.6.2"
ethcore = { path = "../..", features = ["test-helpers"] }
rustc-hex = "2.1.0"
keccak-hash = "0.5.0"
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
spec = { path = "../../spec" }

[features]
Expand Down
2 changes: 1 addition & 1 deletion ethcore/executive-state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ vm = { path = "../vm" }
[dev-dependencies]
env_logger = "0.5"
ethcore = { path = "..", features = ["test-helpers"] }
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
evm = { path = "../evm" }
keccak-hash = "0.5.0"
pod = { path = "../pod" }
Expand Down
2 changes: 1 addition & 1 deletion ethcore/machine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ criterion = "0.3"
ethcore = { path = "../", features = ["test-helpers"] }
ethcore-io = { path = "../../util/io" }
ethjson = { path = "../../json" }
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
hex-literal = "0.2.1"
spec = { path = "../spec" }
tempfile = "3.1"
Expand Down
2 changes: 1 addition & 1 deletion ethcore/private-tx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ log = "0.4"
machine = { path = "../machine" }
journaldb = { path = "../../util/journaldb" }
parity-bytes = "0.1"
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
parking_lot = "0.10.0"
trie-db = "0.20.0"
patricia-trie-ethereum = { path = "../../util/patricia-trie-ethereum" }
Expand Down
2 changes: 1 addition & 1 deletion ethcore/snapshot/snapshot-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kvdb = "0.5.0"
kvdb-rocksdb = "0.7.0"
log = "0.4.8"
parking_lot = "0.10.0"
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
rand = "0.7.3"
rand_xorshift = "0.2.0"
rlp = "0.4.5"
Expand Down
2 changes: 1 addition & 1 deletion ethcore/sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ log = "0.4"
network = { package = "ethcore-network", path = "../../util/network" }
num-traits = "0.2"
parity-runtime = "0.1.1"
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
parity-util-mem = "0.6.0"
rand = "0.7.3"
parking_lot = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion ethcore/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ethcore-io = { path = "../../util/io" }
ethereum-types = "0.9.0"
ethjson = { path = "../../json" }
hash = { package = "keccak-hash", version = "0.5" }
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
parity-util-mem = "0.6.0"
ethtrie = { package = "patricia-trie-ethereum", path = "../../util/patricia-trie-ethereum" }
rlp = "0.4.5"
Expand Down
2 changes: 1 addition & 1 deletion ethcore/verification/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ unexpected = { path = "../../util/unexpected" }
common-types = { path = "../types", features = ["test-helpers"] }
criterion = "0.3"
ethcore = { path = "../", features = ["test-helpers"] }
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
machine = { path = "../machine" }
null-engine = { path = "../engines/null-engine" }
spec = { path = "../spec" }
Expand Down
2 changes: 1 addition & 1 deletion ethcore/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ethereum-types = "0.9.0"
log = "0.4"
parity-wasm = "0.31"
libc = "0.2"
pwasm-utils = "0.6.1"
pwasm-utils = "0.6.2"
vm = { path = "../vm" }
wasmi = "0.3.0"

Expand Down
2 changes: 1 addition & 1 deletion miner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ transaction-pool = "2.0.1"

[dev-dependencies]
env_logger = "0.5"
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
rustc-hex = "2.1.0"

[features]
Expand Down
2 changes: 1 addition & 1 deletion miner/local-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ serde_json = "1.0"

[dev-dependencies]
ethkey = { path = "../../accounts/ethkey" }
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
kvdb-memorydb = "0.5.0"
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ethereum-types = "0.9.0"
fastmap = { path = "../util/fastmap" }
machine = { path = "../ethcore/machine" }
parity-bytes = "0.1"
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }

eip-712 = { path = "../util/EIP-712" }
ethjson = { path = "../json" }
Expand Down
2 changes: 1 addition & 1 deletion util/network-devp2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mio = "0.6.8"
natpmp = "0.2"
network = { package = "ethcore-network", path = "../network" }
parity-bytes = "0.1"
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
parity-path = "0.1"
parking_lot = "0.10.0"
rand = "0.7.3"
Expand Down
2 changes: 1 addition & 1 deletion util/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["Parity Technologies <admin@parity.io>"]

[dependencies]
derive_more = "0.99"
parity-crypto = { version = "0.6.1", features = ["publickey"] }
parity-crypto = { version = "0.6.2", features = ["publickey"] }
ethcore-io = { path = "../io" }
ethereum-types = "0.9.0"
ipnetwork = "0.12.6"
Expand Down

0 comments on commit f81c576

Please sign in to comment.