Bump thiserror from 1.0.24 to 1.0.26 (#3592)

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

---
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]
2021-08-07 19:42:37 +00:00
committed by GitHub
parent 9ee8013d6d
commit a4527cbc49
25 changed files with 28 additions and 28 deletions
@@ -18,7 +18,7 @@ polkadot-node-core-runtime-api = { path = "../../core/runtime-api" }
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
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.23"
thiserror = "1.0.26"
rand = "0.8.3"
lru = "0.6.6"
@@ -8,7 +8,7 @@ edition = "2018"
futures = "0.3.15"
lru = "0.6.6"
rand = "0.8.3"
thiserror = "1.0.21"
thiserror = "1.0.26"
tracing = "0.1.26"
polkadot-erasure-coding = { path = "../../../erasure-coding" }
@@ -8,7 +8,7 @@ edition = "2018"
always-assert = "0.1.2"
futures = "0.3.15"
futures-timer = "3"
thiserror = "1.0.23"
thiserror = "1.0.26"
tracing = "0.1.26"
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -19,7 +19,7 @@ sc-network = { git = "https://github.com/paritytech/substrate", branch = "master
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
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.23"
thiserror = "1.0.26"
rand = "0.8.3"
lru = "0.6.6"
+1 -1
View File
@@ -15,4 +15,4 @@ sc-network = { git = "https://github.com/paritytech/substrate", branch = "master
sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master" }
strum = { version = "0.20", features = ["derive"] }
futures = "0.3.15"
thiserror = "1.0.23"
thiserror = "1.0.26"
@@ -19,7 +19,7 @@ polkadot-node-network-protocol = { path = "../../network/protocol" }
arrayvec = "0.5.2"
indexmap = "1.7.0"
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] }
thiserror = "1.0.23"
thiserror = "1.0.26"
[dev-dependencies]
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }