mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 08:41:02 +00:00
backport changes from polkadot-sdk (#2872)
This commit is contained in:
committed by
Bastian Köcher
parent
4bfd7807e7
commit
8bb0bfa524
@@ -18,13 +18,13 @@ isahc = "1.2"
|
||||
env_logger = "0.11.3"
|
||||
futures = "0.3.30"
|
||||
jsonpath_lib = "0.3"
|
||||
log = "0.4.21"
|
||||
log = { workspace = true }
|
||||
num-traits = "0.2"
|
||||
serde_json = "1.0"
|
||||
serde_json = { workspace = true, default-features = true }
|
||||
sysinfo = "0.30"
|
||||
time = { version = "0.3", features = ["formatting", "local-offset", "std"] }
|
||||
tokio = { version = "1.36", features = ["rt"] }
|
||||
thiserror = "1.0.57"
|
||||
thiserror = { workspace = true }
|
||||
|
||||
# Bridge dependencies
|
||||
|
||||
|
||||
Reference in New Issue
Block a user