mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 22:11:06 +00:00
Bump thiserror from 1.0.47 to 1.0.48 (#1396)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.47 to 1.0.48. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.47...1.0.48) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
This commit is contained in:
Generated
+4
-4
@@ -18661,9 +18661,9 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
||||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "1.0.47"
|
||||
version = "1.0.48"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
|
||||
checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7"
|
||||
dependencies = [
|
||||
"thiserror-impl",
|
||||
]
|
||||
@@ -18690,9 +18690,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "1.0.47"
|
||||
version = "1.0.48"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
|
||||
checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
||||
@@ -8,7 +8,7 @@ edition.workspace = true
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
async-trait = "0.1.73"
|
||||
thiserror = "1.0.47"
|
||||
thiserror = "1.0.48"
|
||||
|
||||
# Substrate
|
||||
sp-consensus = { path = "../../../../substrate/primitives/consensus/common" }
|
||||
|
||||
@@ -16,6 +16,6 @@ sc-client-api = { path = "../../../substrate/client/api" }
|
||||
|
||||
futures = "0.3.28"
|
||||
async-trait = "0.1.73"
|
||||
thiserror = "1.0.47"
|
||||
thiserror = "1.0.48"
|
||||
jsonrpsee-core = "0.16.2"
|
||||
parity-scale-codec = "3.6.4"
|
||||
|
||||
@@ -38,6 +38,6 @@ schnellru = "0.2.1"
|
||||
smoldot = { version = "0.11.0", default_features = false, features = ["std"]}
|
||||
smoldot-light = { version = "0.9.0", default_features = false, features = ["std"] }
|
||||
either = "1.8.1"
|
||||
thiserror = "1.0.38"
|
||||
thiserror = "1.0.48"
|
||||
rand = "0.8.5"
|
||||
pin-project = "1.1.3"
|
||||
|
||||
@@ -17,7 +17,7 @@ crate-type = ["cdylib", "rlib"]
|
||||
[dependencies]
|
||||
clap = { version = "4.4.2", features = ["derive"], optional = true }
|
||||
log = "0.4.17"
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
futures = "0.3.21"
|
||||
pyro = { package = "pyroscope", version = "0.5.3", optional = true }
|
||||
pyroscope_pprofrs = { version = "0.2", optional = true }
|
||||
|
||||
@@ -12,7 +12,7 @@ novelpoly = { package = "reed-solomon-novelpoly", version = "1.0.0" }
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["std", "derive"] }
|
||||
sp-core = { path = "../../substrate/primitives/core" }
|
||||
sp-trie = { path = "../../substrate/primitives/trie" }
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = { version = "0.4.0", default-features = false, features = ["cargo_bench_support"] }
|
||||
|
||||
@@ -15,7 +15,7 @@ polkadot-node-subsystem-util = { path = "../subsystem-util" }
|
||||
polkadot-primitives = { path = "../../primitives" }
|
||||
sp-core = { path = "../../../substrate/primitives/core" }
|
||||
sp-maybe-compressed-blob = { path = "../../../substrate/primitives/maybe-compressed-blob" }
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["bit-vec", "derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -16,7 +16,7 @@ merlin = "2.0"
|
||||
schnorrkel = "0.9.1"
|
||||
kvdb = "0.13.0"
|
||||
derive_more = "0.99.17"
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
|
||||
polkadot-node-subsystem = { path = "../../subsystem" }
|
||||
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
|
||||
|
||||
@@ -9,7 +9,7 @@ license.workspace = true
|
||||
futures = "0.3.21"
|
||||
futures-timer = "3.0.2"
|
||||
kvdb = "0.13.0"
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
bitvec = "1.0.0"
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ erasure-coding = { package = "polkadot-erasure-coding", path = "../../../erasure
|
||||
statement-table = { package = "polkadot-statement-table", path = "../../../statement-table" }
|
||||
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
fatality = "0.0.6"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -13,7 +13,7 @@ polkadot-node-subsystem = { path = "../../subsystem" }
|
||||
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
|
||||
sp-keystore = { path = "../../../../substrate/primitives/keystore" }
|
||||
wasm-timer = "0.2.5"
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
|
||||
[dev-dependencies]
|
||||
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
|
||||
|
||||
@@ -15,7 +15,7 @@ polkadot-node-primitives = { path = "../../primitives" }
|
||||
polkadot-node-subsystem = { path = "../../subsystem" }
|
||||
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
|
||||
kvdb = "0.13.0"
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
parity-scale-codec = "3.6.1"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -10,7 +10,7 @@ futures = "0.3.21"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
parity-scale-codec = "3.6.1"
|
||||
kvdb = "0.13.0"
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
schnellru = "0.2.1"
|
||||
fatality = "0.0.6"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ license.workspace = true
|
||||
futures = "0.3.21"
|
||||
futures-timer = "3.0.2"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
async-trait = "0.1.57"
|
||||
polkadot-node-subsystem = { path = "../../subsystem" }
|
||||
polkadot-overseer = { path = "../../overseer" }
|
||||
|
||||
@@ -9,7 +9,7 @@ license.workspace = true
|
||||
futures = "0.3.19"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
parity-scale-codec = "3.6.4"
|
||||
thiserror = "1.0.30"
|
||||
thiserror = "1.0.48"
|
||||
fatality = "0.0.6"
|
||||
bitvec = "1"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ license.workspace = true
|
||||
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
||||
futures = "0.3.21"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
polkadot-primitives = { path = "../../../primitives" }
|
||||
polkadot-node-primitives = { path = "../../primitives" }
|
||||
polkadot-node-subsystem = { path = "../../subsystem" }
|
||||
|
||||
@@ -8,7 +8,7 @@ license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
|
||||
polkadot-node-primitives = { path = "../../primitives" }
|
||||
|
||||
@@ -14,7 +14,7 @@ polkadot-primitives = { path = "../../primitives" }
|
||||
polkadot-node-primitives = { path = "../primitives" }
|
||||
sc-network = { path = "../../../substrate/client/network" }
|
||||
sp-core = { path = "../../../substrate/primitives/core" }
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
tokio = "1.24.2"
|
||||
log = "0.4.17"
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false }
|
||||
|
||||
@@ -17,7 +17,7 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" }
|
||||
polkadot-node-primitives = { path = "../../primitives" }
|
||||
sp-core = { path = "../../../../substrate/primitives/core", features = ["std"] }
|
||||
sp-keystore = { path = "../../../../substrate/primitives/keystore" }
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
rand = "0.8.5"
|
||||
derive_more = "0.99.17"
|
||||
schnellru = "0.2.1"
|
||||
|
||||
@@ -10,7 +10,7 @@ futures = "0.3.21"
|
||||
schnellru = "0.2.1"
|
||||
rand = "0.8.5"
|
||||
fatality = "0.0.6"
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
|
||||
polkadot-erasure-coding = { path = "../../../erasure-coding" }
|
||||
|
||||
@@ -21,7 +21,7 @@ polkadot-node-primitives = { path = "../../primitives" }
|
||||
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
|
||||
polkadot-node-subsystem = { path = "../../subsystem" }
|
||||
fatality = "0.0.6"
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
tokio-util = "0.7.1"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -20,7 +20,7 @@ polkadot-node-primitives = { path = "../../primitives" }
|
||||
sc-network = { path = "../../../../substrate/client/network" }
|
||||
sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto" }
|
||||
sp-keystore = { path = "../../../../substrate/primitives/keystore" }
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
fatality = "0.0.6"
|
||||
schnellru = "0.2.1"
|
||||
indexmap = "1.9.1"
|
||||
|
||||
@@ -18,7 +18,7 @@ sc-network = { path = "../../../../substrate/client/network" }
|
||||
sc-authority-discovery = { path = "../../../../substrate/client/authority-discovery" }
|
||||
strum = { version = "0.24", features = ["derive"] }
|
||||
futures = "0.3.21"
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
fatality = "0.0.6"
|
||||
rand = "0.8"
|
||||
derive_more = "0.99"
|
||||
|
||||
@@ -21,7 +21,7 @@ polkadot-node-network-protocol = { path = "../protocol" }
|
||||
arrayvec = "0.7.4"
|
||||
indexmap = "1.9.1"
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
fatality = "0.0.6"
|
||||
bitvec = "1"
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ sp-maybe-compressed-blob = { path = "../../../substrate/primitives/maybe-compres
|
||||
sp-runtime = { path = "../../../substrate/primitives/runtime" }
|
||||
polkadot-parachain-primitives = { path = "../../parachain", default-features = false }
|
||||
schnorrkel = "0.9.1"
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
|
||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||
|
||||
@@ -79,7 +79,7 @@ hex-literal = "0.4.1"
|
||||
gum = { package = "tracing-gum", path = "../gum" }
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.96"
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
kvdb = "0.13.0"
|
||||
kvdb-rocksdb = { version = "0.19.0", optional = true }
|
||||
parity-db = { version = "0.4.8", optional = true }
|
||||
|
||||
@@ -22,5 +22,5 @@ sp-authority-discovery = { path = "../../../substrate/primitives/authority-disco
|
||||
sc-transaction-pool-api = { path = "../../../substrate/client/transaction-pool/api" }
|
||||
smallvec = "1.8.0"
|
||||
substrate-prometheus-endpoint = { path = "../../../substrate/utils/prometheus" }
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
async-trait = "0.1.57"
|
||||
|
||||
@@ -15,7 +15,7 @@ parity-scale-codec = { version = "3.6.1", default-features = false, features = [
|
||||
parking_lot = "0.11.2"
|
||||
pin-project = "1.0.9"
|
||||
rand = "0.8.5"
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
fatality = "0.0.6"
|
||||
gum = { package = "tracing-gum", path = "../gum" }
|
||||
derive_more = "0.99.17"
|
||||
|
||||
@@ -7,7 +7,7 @@ edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
quote = "1.0.28"
|
||||
env_logger = "0.9"
|
||||
log = "0.4"
|
||||
|
||||
@@ -16,7 +16,7 @@ futures-util = "0.3.23"
|
||||
lazy_static = "1.4.0"
|
||||
parity-scale-codec = { version = "3.6.1", features = ["derive"] }
|
||||
reqwest = { version = "0.11", features = ["rustls-tls"], default-features = false }
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
gum = { package = "tracing-gum", path = "../gum" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
|
||||
@@ -19,7 +19,7 @@ log = "0.4.17"
|
||||
paste = "1.0.7"
|
||||
serde = "1.0.188"
|
||||
serde_json = "1.0"
|
||||
thiserror = "1.0.31"
|
||||
thiserror = "1.0.48"
|
||||
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread", "sync"] }
|
||||
remote-externalities = { package = "frame-remote-externalities" , path = "../../../substrate/utils/frame/remote-externalities" }
|
||||
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
|
||||
|
||||
@@ -15,6 +15,6 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.17"
|
||||
thiserror = "1.0.30"
|
||||
thiserror = "1.0.48"
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-wasm-interface = { path = "../../primitives/wasm-interface" }
|
||||
|
||||
@@ -37,6 +37,6 @@ sp-statement-store = { path = "../../primitives/statement-store" }
|
||||
sp-storage = { path = "../../primitives/storage" }
|
||||
|
||||
[dev-dependencies]
|
||||
thiserror = "1.0.30"
|
||||
thiserror = "1.0.48"
|
||||
sp-test-primitives = { path = "../../primitives/test-primitives" }
|
||||
substrate-test-runtime = { path = "../../test-utils/runtime" }
|
||||
|
||||
@@ -27,7 +27,7 @@ regex = "1.6.0"
|
||||
rpassword = "7.0.0"
|
||||
serde = "1.0.188"
|
||||
serde_json = "1.0.85"
|
||||
thiserror = "1.0.30"
|
||||
thiserror = "1.0.48"
|
||||
tiny-bip39 = "1.0.0"
|
||||
tokio = { version = "1.22.0", features = ["signal", "rt-multi-thread", "parking_lot"] }
|
||||
sc-client-api = { path = "../api" }
|
||||
|
||||
@@ -21,7 +21,7 @@ log = "0.4.17"
|
||||
mockall = "0.11.3"
|
||||
parking_lot = "0.12.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
thiserror = "1.0.30"
|
||||
thiserror = "1.0.48"
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" }
|
||||
sc-client-api = { path = "../../api" }
|
||||
sc-utils = { path = "../../utils" }
|
||||
|
||||
@@ -14,7 +14,7 @@ readme = "README.md"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
thiserror = "1.0.30"
|
||||
thiserror = "1.0.48"
|
||||
wasm-instrument = "0.3"
|
||||
sc-allocator = { path = "../../allocator" }
|
||||
sp-maybe-compressed-blob = { path = "../../../primitives/maybe-compressed-blob" }
|
||||
|
||||
@@ -26,7 +26,7 @@ runtime-benchmarks = [
|
||||
|
||||
[dependencies]
|
||||
jsonrpsee = { version = "0.16.2", features = ["server"] }
|
||||
thiserror = "1.0.30"
|
||||
thiserror = "1.0.48"
|
||||
futures = "0.3.21"
|
||||
rand = "0.8.5"
|
||||
parking_lot = "0.12.1"
|
||||
|
||||
@@ -15,4 +15,4 @@ fs4 = "0.6.3"
|
||||
sc-client-db = { path = "../db", default-features = false}
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
tokio = "1.22.0"
|
||||
thiserror = "1.0.30"
|
||||
thiserror = "1.0.48"
|
||||
|
||||
@@ -16,7 +16,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] }
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.85"
|
||||
thiserror = "1.0.30"
|
||||
thiserror = "1.0.48"
|
||||
sc-chain-spec = { path = "../chain-spec" }
|
||||
sc-client-api = { path = "../api" }
|
||||
sc-consensus-babe = { path = "../consensus/babe" }
|
||||
|
||||
@@ -24,5 +24,5 @@ sc-utils = { path = "../utils" }
|
||||
rand = "0.8.5"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.85"
|
||||
thiserror = "1.0.30"
|
||||
thiserror = "1.0.48"
|
||||
wasm-timer = "0.2.5"
|
||||
|
||||
@@ -23,7 +23,7 @@ parking_lot = "0.12.1"
|
||||
regex = "1.6.0"
|
||||
rustc-hash = "1.1.0"
|
||||
serde = "1.0.188"
|
||||
thiserror = "1.0.30"
|
||||
thiserror = "1.0.48"
|
||||
tracing = "0.1.29"
|
||||
tracing-log = "0.1.3"
|
||||
tracing-subscriber = { version = "0.2.25", features = ["parking_lot"] }
|
||||
|
||||
@@ -21,7 +21,7 @@ linked-hash-map = "0.5.4"
|
||||
log = "0.4.17"
|
||||
parking_lot = "0.12.1"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
thiserror = "1.0.30"
|
||||
thiserror = "1.0.48"
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" }
|
||||
sc-client-api = { path = "../api" }
|
||||
sc-transaction-pool-api = { path = "api" }
|
||||
|
||||
@@ -14,7 +14,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
futures = "0.3.21"
|
||||
log = "0.4.17"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
thiserror = "1.0.30"
|
||||
thiserror = "1.0.48"
|
||||
sp-blockchain = { path = "../../../primitives/blockchain" }
|
||||
sp-core = { path = "../../../primitives/core", default-features = false}
|
||||
sp-runtime = { path = "../../../primitives/runtime", default-features = false}
|
||||
|
||||
@@ -23,7 +23,7 @@ sp-version = { path = "../version", default-features = false}
|
||||
sp-state-machine = { path = "../state-machine", default-features = false, optional = true}
|
||||
sp-trie = { path = "../trie", default-features = false, optional = true}
|
||||
hash-db = { version = "0.16.0", optional = true }
|
||||
thiserror = { version = "1.0.30", optional = true }
|
||||
thiserror = { version = "1.0.48", optional = true }
|
||||
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
|
||||
sp-metadata-ir = { path = "../metadata-ir", default-features = false, optional = true}
|
||||
log = { version = "0.4.17", default-features = false }
|
||||
|
||||
@@ -19,7 +19,7 @@ futures = "0.3.21"
|
||||
log = "0.4.17"
|
||||
parking_lot = "0.12.1"
|
||||
schnellru = "0.2.1"
|
||||
thiserror = "1.0.30"
|
||||
thiserror = "1.0.48"
|
||||
sp-api = { path = "../api" }
|
||||
sp-consensus = { path = "../consensus/common" }
|
||||
sp-database = { path = "../database" }
|
||||
|
||||
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
async-trait = "0.1.57"
|
||||
futures = { version = "0.3.21", features = ["thread-pool"] }
|
||||
log = "0.4.17"
|
||||
thiserror = "1.0.30"
|
||||
thiserror = "1.0.48"
|
||||
sp-core = { path = "../../core" }
|
||||
sp-inherents = { path = "../../inherents" }
|
||||
sp-runtime = { path = "../../runtime" }
|
||||
|
||||
@@ -39,7 +39,7 @@ sp-storage = { path = "../storage", default-features = false}
|
||||
sp-externalities = { path = "../externalities", optional = true}
|
||||
futures = { version = "0.3.21", optional = true }
|
||||
dyn-clonable = { version = "0.9.0", optional = true }
|
||||
thiserror = { version = "1.0.30", optional = true }
|
||||
thiserror = { version = "1.0.48", optional = true }
|
||||
tracing = { version = "0.1.29", optional = true }
|
||||
bitflags = "1.3"
|
||||
paste = "1.0.7"
|
||||
|
||||
@@ -18,7 +18,7 @@ async-trait = { version = "0.1.57", optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
impl-trait-for-tuples = "0.2.2"
|
||||
thiserror = { version = "1.0.30", optional = true }
|
||||
thiserror = { version = "1.0.48", optional = true }
|
||||
sp-runtime = { path = "../runtime", default-features = false, optional = true}
|
||||
sp-std = { path = "../std", default-features = false}
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ log = { version = "0.4.17", default-features = false }
|
||||
parking_lot = { version = "0.12.1", optional = true }
|
||||
rand = { version = "0.8.5", optional = true }
|
||||
smallvec = "1.11.0"
|
||||
thiserror = { version = "1.0.30", optional = true }
|
||||
thiserror = { version = "1.0.48", optional = true }
|
||||
tracing = { version = "0.1.29", optional = true }
|
||||
sp-core = { path = "../core", default-features = false}
|
||||
sp-externalities = { path = "../externalities", default-features = false}
|
||||
|
||||
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
async-trait = { version = "0.1.57", optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
thiserror = { version = "1.0.30", optional = true }
|
||||
thiserror = { version = "1.0.48", optional = true }
|
||||
sp-inherents = { path = "../inherents", default-features = false}
|
||||
sp-runtime = { path = "../runtime", default-features = false}
|
||||
sp-std = { path = "../std", default-features = false}
|
||||
|
||||
@@ -27,7 +27,7 @@ memory-db = { version = "0.32.0", default-features = false }
|
||||
nohash-hasher = { version = "0.2.0", optional = true }
|
||||
parking_lot = { version = "0.12.1", optional = true }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
thiserror = { version = "1.0.30", optional = true }
|
||||
thiserror = { version = "1.0.48", optional = true }
|
||||
tracing = { version = "0.1.29", optional = true }
|
||||
trie-db = { version = "0.27.0", default-features = false }
|
||||
trie-root = { version = "0.18.0", default-features = false }
|
||||
|
||||
@@ -19,7 +19,7 @@ impl-serde = { version = "0.4.0", default-features = false, optional = true }
|
||||
parity-wasm = { version = "0.45", optional = true }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.188", default-features = false, features = ["derive", "alloc"], optional = true }
|
||||
thiserror = { version = "1.0.30", optional = true }
|
||||
thiserror = { version = "1.0.48", optional = true }
|
||||
sp-core-hashing-proc-macro = { path = "../core/hashing/proc-macro" }
|
||||
sp-runtime = { path = "../runtime", default-features = false}
|
||||
sp-std = { path = "../std", default-features = false}
|
||||
|
||||
@@ -28,7 +28,7 @@ rand = { version = "0.8.4", features = ["small_rng"] }
|
||||
rand_pcg = "0.3.1"
|
||||
serde = "1.0.188"
|
||||
serde_json = "1.0.85"
|
||||
thiserror = "1.0.30"
|
||||
thiserror = "1.0.48"
|
||||
thousands = "0.2.0"
|
||||
frame-benchmarking = { path = "../../../frame/benchmarking" }
|
||||
frame-support = { path = "../../../frame/support" }
|
||||
|
||||
Reference in New Issue
Block a user