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"

0 commit comments

Comments
 (0)