Skip to content

Commit 840ca86

Browse files
Bump thiserror from 1.0.44 to 1.0.46 (#3024)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.44 to 1.0.46. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.44...1.0.46) --- 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 d72cba2 commit 840ca86

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

cumulus/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.

cumulus/client/consensus/proposer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
[dependencies]
99
anyhow = "1.0"
1010
async-trait = "0.1.73"
11-
thiserror = "1.0.44"
11+
thiserror = "1.0.46"
1212

1313
# Substrate
1414
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }

cumulus/client/relay-chain-interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "mas
1616

1717
futures = "0.3.28"
1818
async-trait = "0.1.73"
19-
thiserror = "1.0.44"
19+
thiserror = "1.0.46"
2020
jsonrpsee-core = "0.16.2"
2121
parity-scale-codec = "3.6.4"

0 commit comments

Comments
 (0)