Skip to content

Commit 927d12a

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

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
@@ -19,7 +19,7 @@ num-traits = "0.2"
1919
rand = "0.8"
2020
scale-info = { version = "2.10.0", features = ["derive"] }
2121
tokio = { version = "1.35", features = ["rt-multi-thread"] }
22-
thiserror = "1.0.51"
22+
thiserror = "1.0.53"
2323

2424
# Bridge dependencies
2525

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ workspace = true
1010

1111
[dependencies]
1212
anyhow = "1.0"
13-
thiserror = "1.0.51"
13+
thiserror = "1.0.53"
1414
async-std = "1.9.0"
1515
async-trait = "0.1"
1616
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
@@ -24,7 +24,7 @@ serde_json = "1.0"
2424
sysinfo = "0.29"
2525
time = { version = "0.3", features = ["formatting", "local-offset", "std"] }
2626
tokio = { version = "1.35", features = ["rt"] }
27-
thiserror = "1.0.51"
27+
thiserror = "1.0.53"
2828

2929
# Bridge dependencies
3030

0 commit comments

Comments
 (0)