Skip to content

Commit 3dc640d

Browse files
Bump thiserror from 1.0.39 to 1.0.40
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.39 to 1.0.40. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.39...1.0.40) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a27291 commit 3dc640d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

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

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.1.1", features = ["derive"] }
1818
tokio = { version = "1.26", features = ["rt-multi-thread"] }
19-
thiserror = "1.0.39"
19+
thiserror = "1.0.40"
2020

2121
# Bridge dependencies
2222

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.39"
10+
thiserror = "1.0.40"
1111
async-std = "1.9.0"
1212
async-trait = "0.1"
1313
codec = { package = "parity-scale-codec", version = "3.1.5" }

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.28"
2222
time = { version = "0.3", features = ["formatting", "local-offset", "std"] }
2323
tokio = { version = "1.26", features = ["rt"] }
24-
thiserror = "1.0.39"
24+
thiserror = "1.0.40"
2525

2626
# Bridge dependencies
2727

0 commit comments

Comments
 (0)