mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
update most of the dependencies (#1946)
* update tiny-keccak to 0.2 * update deps except bitvec and shared_memory * fix some warning after futures upgrade * remove useless package rename caused by bug in cargo-upgrade * revert parity-util-mem * * remove unused import * cargo update * remove all renames on parity-scale-codec * remove the leftovers * remove unused dep
This commit is contained in:
@@ -5,10 +5,10 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.4"
|
||||
futures = "0.3.8"
|
||||
futures01 = { package = "futures", version = "0.1.29" }
|
||||
hex = "0.4"
|
||||
log = "0.4.8"
|
||||
hex = "0.4.2"
|
||||
log = "0.4.11"
|
||||
rand = "0.7.3"
|
||||
tempfile = "3.1.0"
|
||||
|
||||
@@ -56,6 +56,6 @@ substrate-test-client = { git = "https://github.com/paritytech/substrate", branc
|
||||
|
||||
[dev-dependencies]
|
||||
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||
serde_json = "1.0"
|
||||
serde_json = "1.0.59"
|
||||
substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
tokio = { version = "0.2", features = ["macros"] }
|
||||
|
||||
Reference in New Issue
Block a user