Skip to content

Commit a3f4758

Browse files
authored
Merge pull request #241 from SurfingNerd/0.11.4
0.11.4
2 parents 861a427 + ecb0009 commit a3f4758

File tree

35 files changed

+197
-108
lines changed

35 files changed

+197
-108
lines changed

Cargo.lock

Lines changed: 30 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ number_prefix = "0.2"
2525
rpassword = "1.0"
2626
semver = "0.9"
2727
ansi_term = "0.10"
28-
parking_lot = "0.11.2"
28+
parking_lot = "0.12"
2929
crossbeam-channel = "0.5.2"
3030
regex = "1.0"
3131
atty = "0.2.8"

bin/ethstore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ num_cpus = "1.6"
1212
rustc-hex = "1.0"
1313
serde = "1.0"
1414
serde_derive = "1.0"
15-
parking_lot = "0.11.2"
15+
parking_lot = "0.12"
1616
ethstore = { path = "../../crates/accounts/ethstore" }
1717
dir = { path = '../../crates/util/dir' }
1818
panic_hook = { path = "../../crates/util/panic-hook" }

bin/oe/logger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ atty = "0.2"
1313
lazy_static = "1.0"
1414
regex = "1.0"
1515
time = "0.1"
16-
parking_lot = "0.11.2"
16+
parking_lot = "0.12"
1717
arrayvec = "0.7"
1818
ansi_term = "0.10"

crates/accounts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ethkey = { path = "ethkey" }
1313
ethstore = { path = "ethstore" }
1414
log = "0.4"
1515
parity-crypto = { version = "0.6.2", features = [ "publickey" ] }
16-
parking_lot = "0.11.2"
16+
parking_lot = "0.12"
1717
serde = "1.0"
1818
serde_derive = "1.0"
1919
serde_json = "1.0"

crates/accounts/ethstore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ serde_derive = "1.0"
1616
rustc-hex = "1.0"
1717
time = "0.1.34"
1818
itertools = "0.5"
19-
parking_lot = "0.11.2"
19+
parking_lot = "0.12"
2020
parity-crypto = { version = "0.6.2", features = [ "publickey"] }
2121
ethereum-types = "0.9.2"
2222
smallvec = "0.6.14"

crates/concensus/ethash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keccak-hash = "0.5.0"
1313
tiny-keccak = "2.0.2"
1414
log = "0.4"
1515
memmap = "0.6"
16-
parking_lot = "0.11.2"
16+
parking_lot = "0.12"
1717
primal = "0.2.3"
1818

1919
[dev-dependencies]

crates/concensus/miner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ log = "0.4"
3030
parity-crypto = { version = "0.6.2", features = [ "publickey" ] }
3131
parity-runtime = { path = "../../runtime/runtime" }
3232
parity-util-mem = "0.7"
33-
parking_lot = "0.11.2"
33+
parking_lot = "0.12"
3434
price-info = { path = "./price-info", optional = true }
3535
rlp = { version = "0.4.6" }
3636
serde = { version = "1.0", features = ["derive"] }

crates/concensus/miner/price-info/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ log = "0.4"
1515
serde_json = "1.0"
1616

1717
[dev-dependencies]
18-
parking_lot = "0.11.2"
18+
parking_lot = "0.12"
1919
fake-fetch = { path = "../../../net/fake-fetch" }

0 commit comments

Comments
 (0)