1 parent eba07ef commit 8a2cfffCopy full SHA for 8a2cfff
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "web3"
3
-version = "0.5.0"
+version = "0.5.1"
4
description = "Ethereum JSON-RPC client."
5
homepage = "https://github.com/tomusdrw/rust-web3"
6
repository = "https://github.com/tomusdrw/rust-web3"
@@ -18,7 +18,7 @@ ethereum-types = "0.4"
18
futures = "0.1"
19
jsonrpc-core = "8.0.1"
20
log = "0.4"
21
-parking_lot = "0.5"
+parking_lot = "0.7"
22
rustc-hex = "1.0"
23
serde = "1.0"
24
serde_derive = "1.0"
0 commit comments