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:
dependabot[bot]
2023-09-05 09:27:19 +02:00
committed by GitHub
parent a14691804d
commit 711132c961
53 changed files with 56 additions and 56 deletions
+1 -1
View File
@@ -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" }
+1 -1
View File
@@ -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" }
+1 -1
View File
@@ -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" }
+1 -1
View File
@@ -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" }
+1 -1
View File
@@ -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" }
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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" }
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"] }
+1 -1
View File
@@ -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}