backport changes from polkadot-sdk (#2872)

This commit is contained in:
Svyatoslav Nikolsky
2024-03-12 14:53:52 +03:00
committed by Bastian Köcher
parent 4bfd7807e7
commit 8bb0bfa524
53 changed files with 364 additions and 588 deletions
+3 -3
View File
@@ -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