Bump thiserror from 1.0.30 to 1.0.31 (#5439)

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.30 to 1.0.31.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.30...1.0.31)

---
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>
This commit is contained in:
dependabot[bot]
2022-05-04 13:53:53 +00:00
committed by GitHub
parent 69af87a199
commit bd5db20e7c
28 changed files with 31 additions and 31 deletions
@@ -14,7 +14,7 @@ polkadot-node-subsystem-util = { path = "../subsystem-util" }
polkadot-primitives = { path = "../../primitives" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" }
thiserror = "1.0.30"
thiserror = "1.0.31"
parity-scale-codec = { version = "3.1.2", default-features = false, features = ["bit-vec", "derive"] }
[dev-dependencies]
@@ -15,7 +15,7 @@ merlin = "2.0"
schnorrkel = "0.9.1"
kvdb = "0.11.0"
derive_more = "0.99.17"
thiserror = "1.0.30"
thiserror = "1.0.31"
polkadot-node-subsystem = { path = "../../subsystem" }
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2021"
futures = "0.3.21"
futures-timer = "3.0.2"
kvdb = "0.11.0"
thiserror = "1.0.30"
thiserror = "1.0.31"
gum = { package = "tracing-gum", path = "../../gum" }
bitvec = "1.0.0"
+1 -1
View File
@@ -15,7 +15,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.30"
thiserror = "1.0.31"
fatality = "0.0.6"
[dev-dependencies]
@@ -12,7 +12,7 @@ polkadot-node-subsystem = { path = "../../subsystem" }
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
wasm-timer = "0.2.5"
thiserror = "1.0.30"
thiserror = "1.0.31"
[dev-dependencies]
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
@@ -14,7 +14,7 @@ polkadot-node-primitives = { path = "../../primitives" }
polkadot-node-subsystem = { path = "../../subsystem" }
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
kvdb = "0.11.0"
thiserror = "1.0.30"
thiserror = "1.0.31"
parity-scale-codec = "3.1.2"
[dev-dependencies]
@@ -9,7 +9,7 @@ futures = "0.3.21"
gum = { package = "tracing-gum", path = "../../gum" }
parity-scale-codec = "3.1.2"
kvdb = "0.11.0"
thiserror = "1.0.30"
thiserror = "1.0.31"
lru = "0.7.5"
fatality = "0.0.6"
@@ -8,7 +8,7 @@ edition = "2021"
futures = "0.3.21"
futures-timer = "3.0.2"
gum = { package = "tracing-gum", path = "../../gum" }
thiserror = "1.0.30"
thiserror = "1.0.31"
async-trait = "0.1.53"
polkadot-node-subsystem = { path = "../../subsystem" }
polkadot-primitives = { path = "../../../primitives" }
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2021"
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
futures = "0.3.21"
gum = { package = "tracing-gum", path = "../../gum" }
thiserror = "1.0.30"
thiserror = "1.0.31"
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-primitives = { path = "../../primitives" }
polkadot-node-subsystem = { path = "../../subsystem" }
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
futures = "0.3.21"
thiserror = "1.0.30"
thiserror = "1.0.31"
gum = { package = "tracing-gum", path = "../../gum" }
polkadot-node-primitives = { path = "../../primitives" }
+1 -1
View File
@@ -14,6 +14,6 @@ polkadot-primitives = { path = "../../primitives" }
polkadot-node-primitives = { path = "../primitives" }
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
thiserror = "1.0.30"
thiserror = "1.0.31"
log = "0.4.16"
parity-scale-codec = { version = "3.1.2", default-features = false }
+1 -1
View File
@@ -10,7 +10,7 @@ futures = "0.3.21"
futures-timer = "3.0.2"
derive_more = "0.99"
gum = { package = "tracing-gum", path = "../gum" }
thiserror = "1.0.30"
thiserror = "1.0.31"
crossbeam-queue = "0.3.5"
nanorand = { version = "0.7.0", default-features = false, features = ["wyrand"] }
coarsetime = "^0.1.22"
@@ -16,7 +16,7 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" }
polkadot-node-primitives = { path = "../../primitives" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] }
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
thiserror = "1.0.30"
thiserror = "1.0.31"
rand = "0.8.5"
derive_more = "0.99.17"
lru = "0.7.5"
@@ -9,7 +9,7 @@ futures = "0.3.21"
lru = "0.7.5"
rand = "0.8.5"
fatality = "0.0.6"
thiserror = "1.0.30"
thiserror = "1.0.31"
gum = { package = "tracing-gum", path = "../../gum" }
polkadot-erasure-coding = { path = "../../../erasure-coding" }
@@ -20,7 +20,7 @@ polkadot-node-primitives = { path = "../../primitives" }
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" }
fatality = "0.0.6"
thiserror = "1.0.30"
thiserror = "1.0.31"
[dev-dependencies]
log = "0.4.16"
@@ -18,7 +18,7 @@ polkadot-node-primitives = { path = "../../primitives" }
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
thiserror = "1.0.30"
thiserror = "1.0.31"
fatality = "0.0.6"
lru = "0.7.5"
+1 -1
View File
@@ -15,7 +15,7 @@ sc-network = { git = "https://github.com/paritytech/substrate", branch = "master
sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" }
strum = { version = "0.24", features = ["derive"] }
futures = "0.3.21"
thiserror = "1.0.30"
thiserror = "1.0.31"
fatality = "0.0.6"
rand = "0.8"
derive_more = "0.99"
@@ -18,7 +18,7 @@ polkadot-node-network-protocol = { path = "../../network/protocol" }
arrayvec = "0.5.2"
indexmap = "1.8.1"
parity-scale-codec = { version = "3.1.2", default-features = false, features = ["derive"] }
thiserror = "1.0.30"
thiserror = "1.0.31"
fatality = "0.0.6"
[dev-dependencies]
+1 -1
View File
@@ -18,7 +18,7 @@ sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "maste
sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" }
polkadot-parachain = { path = "../../parachain", default-features = false }
schnorrkel = "0.9.1"
thiserror = "1.0.30"
thiserror = "1.0.31"
serde = { version = "1.0.137", features = ["derive"] }
[target.'cfg(not(target_os = "unknown"))'.dependencies]
+1 -1
View File
@@ -66,7 +66,7 @@ hex-literal = "0.3.4"
gum = { package = "tracing-gum", path = "../gum/" }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.59"
thiserror = "1.0.30"
thiserror = "1.0.31"
kvdb = "0.11.0"
kvdb-rocksdb = { version = "0.15.2", optional = true }
parity-db = { version = "0.3.12", optional = true }
+1 -1
View File
@@ -17,4 +17,4 @@ polkadot-overseer-gen = { path = "../overseer/overseer-gen" }
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
smallvec = "1.8.0"
substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" }
thiserror = "1.0.30"
thiserror = "1.0.31"
+1 -1
View File
@@ -13,7 +13,7 @@ parity-scale-codec = { version = "3.1.2", default-features = false, features = [
parking_lot = "0.11.2"
pin-project = "1.0.9"
rand = "0.8.5"
thiserror = "1.0.30"
thiserror = "1.0.31"
fatality = "0.0.6"
gum = { package = "tracing-gum", path = "../gum" }
derive_more = "0.99.17"
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
[dependencies]
thiserror = "1.0.30"
thiserror = "1.0.31"
quote = "1.0.18"
env_logger = "0.9"
log = "0.4"
@@ -16,7 +16,7 @@ futures-util = "0.3.21"
lazy_static = "1.4.0"
parity-scale-codec = { version = "3.1.2", features = ["derive"] }
reqwest = "0.11"
thiserror = "1.0.30"
thiserror = "1.0.31"
gum = { package = "tracing-gum", path = "../gum/" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"