mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 22:05:42 +00:00
Upgrade dependencies, bumps substrate to 2.0.1 (#219)
* Upgrade dependencies, bumps substrate to 2.0.1 * Upgrade test-node dependencies * Upgrade client dependencies * Upgrade proc-macro dependencies * Revert futures01 dependency * Upgrade futures * Remove redundant package specifiers
This commit is contained in:
+10
-10
@@ -12,20 +12,20 @@ description = "Embed a substrate node into your subxt application."
|
||||
keywords = ["parity", "substrate", "blockchain"]
|
||||
|
||||
[dependencies]
|
||||
async-std = "1.6.4"
|
||||
futures = { version = "0.3.5", features = ["compat"] }
|
||||
async-std = "1.8.0"
|
||||
futures = { version = "0.3.9", features = ["compat"], package = "futures" }
|
||||
futures01 = { package = "futures", version = "0.1.29" }
|
||||
jsonrpsee = "0.1.0"
|
||||
log = "0.4.11"
|
||||
sc-network = { version = "0.8.0", default-features = false }
|
||||
sc-service = { version = "0.8.0", default-features = false }
|
||||
serde_json = "1.0.57"
|
||||
sp-keyring = "2.0.0"
|
||||
thiserror = "1.0.20"
|
||||
log = "0.4.13"
|
||||
sc-network = { version = "0.8.1", default-features = false }
|
||||
sc-service = { version = "0.8.1", default-features = false }
|
||||
serde_json = "1.0.61"
|
||||
sp-keyring = "2.0.1"
|
||||
thiserror = "1.0.23"
|
||||
|
||||
[dev-dependencies]
|
||||
async-std = { version = "1.6.4", features = ["attributes"] }
|
||||
env_logger = "0.7.1"
|
||||
async-std = { version = "1.8.0", features = ["attributes"] }
|
||||
env_logger = "0.8.2"
|
||||
substrate-subxt = { path = ".." }
|
||||
tempdir = "0.3.7"
|
||||
test-node = { path = "../test-node" }
|
||||
|
||||
Reference in New Issue
Block a user