mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 22:55:43 +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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user