mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
upgrade a few dependencies (companion for 7831) (#2205)
* upgrade a few dependencies * "Update Substrate" Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -7,8 +7,8 @@ edition = "2018"
|
||||
[dependencies]
|
||||
futures = "0.3.8"
|
||||
futures-timer = "3.0.2"
|
||||
kvdb = "0.7.0"
|
||||
kvdb-rocksdb = "0.9.1"
|
||||
kvdb = "0.8.0"
|
||||
kvdb-rocksdb = "0.10.0"
|
||||
thiserror = "1.0.23"
|
||||
tracing = "0.1.22"
|
||||
tracing-futures = "0.2.4"
|
||||
@@ -26,7 +26,7 @@ sc-service = { git = "https://github.com/paritytech/substrate", branch = "master
|
||||
log = "0.4.11"
|
||||
env_logger = "0.8.2"
|
||||
assert_matches = "1.4.0"
|
||||
kvdb-memorydb = "0.7.0"
|
||||
kvdb-memorydb = "0.8.0"
|
||||
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
|
||||
|
||||
Reference in New Issue
Block a user