Skip to content

Commit 23440ce

Browse files
dependabot[bot]bkchr
authored andcommitted
Bump thiserror from 1.0.50 to 1.0.51
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.50 to 1.0.51. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.50...1.0.51) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b86ecfe commit 23440ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bridges/relays/client-substrate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ num-traits = "0.2"
1616
rand = "0.8"
1717
scale-info = { version = "2.10.0", features = ["derive"] }
1818
tokio = { version = "1.35", features = ["rt-multi-thread"] }
19-
thiserror = "1.0.50"
19+
thiserror = "1.0.51"
2020

2121
# Bridge dependencies
2222

bridges/relays/lib-substrate-relay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
77

88
[dependencies]
99
anyhow = "1.0"
10-
thiserror = "1.0.50"
10+
thiserror = "1.0.51"
1111
async-std = "1.9.0"
1212
async-trait = "0.1"
1313
codec = { package = "parity-scale-codec", version = "3.1.5" }

bridges/relays/utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde_json = "1.0"
2121
sysinfo = "0.29"
2222
time = { version = "0.3", features = ["formatting", "local-offset", "std"] }
2323
tokio = { version = "1.35", features = ["rt"] }
24-
thiserror = "1.0.50"
24+
thiserror = "1.0.51"
2525

2626
# Bridge dependencies
2727

0 commit comments

Comments
 (0)