File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " web3"
3- version = " 0.19.0 "
3+ version = " 0.19.1 "
44description = " Ethereum JSON-RPC client."
55homepage = " https://github.com/tomusdrw/rust-web3"
66repository = " https://github.com/tomusdrw/rust-web3"
@@ -19,7 +19,7 @@ ethereum-types = "0.13.0"
1919futures = " 0.3.5"
2020futures-timer = " 3.0.2"
2121hex = " 0.4"
22- idna = " 0.2 "
22+ idna = " 0.3 "
2323jsonrpc-core = " 18.0.0"
2424log = " 0.4.6"
2525parking_lot = " 0.12.0"
@@ -29,11 +29,11 @@ serde_json = "1.0.39"
2929tiny-keccak = { version = " 2.0.1" , features = [" keccak" ] }
3030pin-project = " 1.0"
3131# Optional deps
32- secp256k1 = { version = " 0.21 " , features = [" recovery" ], optional = true }
32+ secp256k1 = { version = " 0.27 " , features = [" recovery" ], optional = true }
3333once_cell = { version = " 1.8.0" , optional = true }
3434
3535# # HTTP
36- base64 = { version = " 0.13 " , optional = true }
36+ base64 = { version = " 0.21 " , optional = true }
3737bytes = { version = " 1.0" , optional = true }
3838reqwest = { version = " 0.11" , optional = true , default-features = false , features = [" json" ] }
3939headers = { version = " 0.3" , optional = true }
@@ -58,7 +58,7 @@ wasm-bindgen-futures = { version = "0.4.18", optional = true }
5858
5959[dev-dependencies ]
6060# For examples
61- env_logger = " 0.9 "
61+ env_logger = " 0.10 "
6262hex-literal = " 0.3"
6363wasm-bindgen-test = " 0.3.19"
6464
You can’t perform that action at this time.
0 commit comments