Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 2208ac4

Browse files
Bump thiserror from 1.0.26 to 1.0.30 (#10240)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.26 to 1.0.30. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.26...1.0.30) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5abe55 commit 2208ac4

File tree

22 files changed

+25
-25
lines changed

22 files changed

+25
-25
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/allocator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ targets = ["x86_64-unknown-linux-gnu"]
1717
sp-core = { version = "4.0.0-dev", path = "../../primitives/core" }
1818
sp-wasm-interface = { version = "4.0.0-dev", path = "../../primitives/wasm-interface" }
1919
log = "0.4.11"
20-
thiserror = "1.0.21"
20+
thiserror = "1.0.30"

client/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.
4141
[dev-dependencies]
4242
sp-test-primitives = { version = "2.0.0", path = "../../primitives/test-primitives" }
4343
substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" }
44-
thiserror = "1.0.21"
44+
thiserror = "1.0.30"

client/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ structopt = "0.3.8"
4242
sc-tracing = { version = "4.0.0-dev", path = "../tracing" }
4343
chrono = "0.4.10"
4444
serde = "1.0.126"
45-
thiserror = "1.0.21"
45+
thiserror = "1.0.30"
4646
rpassword = "5.0.0"
4747

4848
[dev-dependencies]

client/consensus/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313
targets = ["x86_64-unknown-linux-gnu"]
1414

1515
[dependencies]
16-
thiserror = "1.0.21"
16+
thiserror = "1.0.30"
1717
libp2p = { version = "0.39.1", default-features = false }
1818
log = "0.4.8"
1919
futures = { version = "0.3.1", features = ["thread-pool"] }

client/consensus/slots/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" }
3131
futures = "0.3.9"
3232
futures-timer = "3.0.1"
3333
log = "0.4.11"
34-
thiserror = "1.0.21"
34+
thiserror = "1.0.30"
3535
async-trait = "0.1.50"
3636

3737
[dev-dependencies]

client/consensus/uncles/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ targets = ["x86_64-unknown-linux-gnu"]
1616
sc-client-api = { version = "4.0.0-dev", path = "../../api" }
1717
sp-runtime = { version = "4.0.0-dev", path = "../../../primitives/runtime" }
1818
sp-authorship = { version = "4.0.0-dev", path = "../../../primitives/authorship" }
19-
thiserror = "1.0.21"
19+
thiserror = "1.0.30"

client/executor/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sc-allocator = { version = "4.1.0-dev", path = "../../allocator" }
2323
sp-wasm-interface = { version = "4.0.0-dev", path = "../../../primitives/wasm-interface" }
2424
sp-maybe-compressed-blob = { version = "4.1.0-dev", path = "../../../primitives/maybe-compressed-blob" }
2525
sp-serializer = { version = "4.0.0-dev", path = "../../../primitives/serializer" }
26-
thiserror = "1.0.21"
26+
thiserror = "1.0.30"
2727
environmental = "1.1.3"
2828

2929
wasmer = { version = "1.0", optional = true }

client/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ wasmtime = ["sc-executor/wasmtime"]
2222
test-helpers = []
2323

2424
[dependencies]
25-
thiserror = "1.0.21"
25+
thiserror = "1.0.30"
2626
futures = "0.3.16"
2727
jsonrpc-pubsub = "18.0"
2828
jsonrpc-core = "18.0"

client/sync-state-rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313
targets = ["x86_64-unknown-linux-gnu"]
1414

1515
[dependencies]
16-
thiserror = "1.0.21"
16+
thiserror = "1.0.30"
1717
jsonrpc-core = "18.0.0"
1818
jsonrpc-core-client = "18.0.0"
1919
jsonrpc-derive = "18.0.0"

client/telemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ rand = "0.7.2"
2525
serde = { version = "1.0.126", features = ["derive"] }
2626
serde_json = "1.0.68"
2727
chrono = "0.4.19"
28-
thiserror = "1.0.21"
28+
thiserror = "1.0.30"

client/tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ parking_lot = "0.11.1"
2424
regex = "1.5.4"
2525
rustc-hash = "1.1.0"
2626
serde = "1.0.126"
27-
thiserror = "1.0.21"
27+
thiserror = "1.0.30"
2828
tracing = "0.1.29"
2929
tracing-log = "0.1.2"
3030
tracing-subscriber = { version = "0.2.25", features = ["parking_lot"] }

client/transaction-pool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1414

1515
[dependencies]
1616
codec = { package = "parity-scale-codec", version = "2.0.0" }
17-
thiserror = "1.0.21"
17+
thiserror = "1.0.30"
1818
futures = "0.3.16"
1919
intervalier = "0.4.0"
2020
log = "0.4.8"

client/transaction-pool/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = "Transaction pool client facing API."
1212
futures = { version = "0.3.1" }
1313
log = { version = "0.4.8" }
1414
serde = { version = "1.0.126", features = ["derive"] }
15-
thiserror = { version = "1.0.21" }
15+
thiserror = { version = "1.0.30" }
1616
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/runtime" }
1717

1818
derive_more = { version = "0.99.11" }

primitives/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../runti
2121
sp-version = { version = "4.0.0-dev", default-features = false, path = "../version" }
2222
sp-state-machine = { version = "0.10.0-dev", optional = true, path = "../state-machine" }
2323
hash-db = { version = "0.15.2", optional = true }
24-
thiserror = { version = "1.0.21", optional = true }
24+
thiserror = { version = "1.0.30", optional = true }
2525

2626
log = { version = "0.4.14", default-features = false }
2727

primitives/blockchain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1717
log = "0.4.11"
1818
lru = "0.7.0"
1919
parking_lot = "0.11.1"
20-
thiserror = "1.0.21"
20+
thiserror = "1.0.30"
2121
futures = "0.3.9"
2222
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
2323
sp-consensus = { version = "0.10.0-dev", path = "../consensus/common" }

primitives/consensus/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ futures-timer = "3.0.1"
2727
sp-std = { version = "4.0.0-dev", path = "../../std" }
2828
sp-version = { version = "4.0.0-dev", path = "../../version" }
2929
sp-runtime = { version = "4.0.0-dev", path = "../../runtime" }
30-
thiserror = "1.0.21"
30+
thiserror = "1.0.30"
3131

3232
[dev-dependencies]
3333
futures = "0.3.9"

primitives/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ parity-util-mem = { version = "0.10.2", default-features = false, features = [
4848
] }
4949
futures = { version = "0.3.1", optional = true }
5050
dyn-clonable = { version = "0.9.0", optional = true }
51-
thiserror = { version = "1.0.21", optional = true }
51+
thiserror = { version = "1.0.30", optional = true }
5252
bitflags = "1.3"
5353

5454
# full crypto

primitives/inherents/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sp-std = { version = "4.0.0-dev", default-features = false, path = "../std" }
1919
sp-core = { version = "4.0.0-dev", default-features = false, path = "../core" }
2020
sp-runtime = { version = "4.0.0-dev", path = "../runtime", optional = true }
2121
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
22-
thiserror = { version = "1.0.21", optional = true }
22+
thiserror = { version = "1.0.30", optional = true }
2323
impl-trait-for-tuples = "0.2.0"
2424
async-trait = { version = "0.1.50", optional = true }
2525

primitives/state-machine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1515

1616
[dependencies]
1717
log = { version = "0.4.11", optional = true }
18-
thiserror = { version = "1.0.21", optional = true }
18+
thiserror = { version = "1.0.30", optional = true }
1919
parking_lot = { version = "0.11.1", optional = true }
2020
hash-db = { version = "0.15.2", default-features = false }
2121
trie-db = { version = "0.22.6", default-features = false }

primitives/timestamp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sp-std = { version = "4.0.0-dev", default-features = false, path = "../std" }
1818
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../runtime" }
1919
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
2020
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../inherents" }
21-
thiserror = { version = "1.0.21", optional = true }
21+
thiserror = { version = "1.0.30", optional = true }
2222
log = { version = "0.4.8", optional = true }
2323
futures-timer = { version = "3.0.2", optional = true }
2424
async-trait = { version = "0.1.50", optional = true }

primitives/version/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sp-std = { version = "4.0.0-dev", default-features = false, path = "../std" }
2323
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../runtime" }
2424
sp-version-proc-macro = { version = "4.0.0-dev", default-features = false, path = "proc-macro" }
2525
parity-wasm = { version = "0.42.2", optional = true }
26-
thiserror = { version = "1.0.21", optional = true }
26+
thiserror = { version = "1.0.30", optional = true }
2727

2828
[features]
2929
default = ["std"]

0 commit comments

Comments
 (0)