Skip to content

Commit

Permalink
Bump thiserror from 1.0.49 to 1.0.50
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.49 to 1.0.50.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.49...1.0.50)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 23, 2023
1 parent 1d78aa1 commit 12d62c5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion relays/client-substrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ num-traits = "0.2"
rand = "0.8"
scale-info = { version = "2.9.0", features = ["derive"] }
tokio = { version = "1.33", features = ["rt-multi-thread"] }
thiserror = "1.0.49"
thiserror = "1.0.50"

# Bridge dependencies

Expand Down
2 changes: 1 addition & 1 deletion relays/lib-substrate-relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

[dependencies]
anyhow = "1.0"
thiserror = "1.0.49"
thiserror = "1.0.50"
async-std = "1.9.0"
async-trait = "0.1"
codec = { package = "parity-scale-codec", version = "3.1.5" }
Expand Down
2 changes: 1 addition & 1 deletion relays/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde_json = "1.0"
sysinfo = "0.29"
time = { version = "0.3", features = ["formatting", "local-offset", "std"] }
tokio = { version = "1.33", features = ["rt"] }
thiserror = "1.0.49"
thiserror = "1.0.50"

# Bridge dependencies

Expand Down

0 comments on commit 12d62c5

Please sign in to comment.