Skip to content
Snippets Groups Projects
Commit a4ba9a08 authored by dependabot[bot]'s avatar dependabot[bot] Committed by Bastian Köcher
Browse files

Bump thiserror from 1.0.53 to 1.0.55


Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.53 to 1.0.55.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.53...1.0.55)

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

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 8c6dfc41
Branches
No related merge requests found
......@@ -19,7 +19,7 @@ num-traits = "0.2"
rand = "0.8"
scale-info = { version = "2.10.0", features = ["derive"] }
tokio = { version = "1.35", features = ["rt-multi-thread"] }
thiserror = "1.0.53"
thiserror = "1.0.55"
# Bridge dependencies
......
......@@ -10,7 +10,7 @@ workspace = true
[dependencies]
anyhow = "1.0"
thiserror = "1.0.53"
thiserror = "1.0.55"
async-std = "1.9.0"
async-trait = "0.1"
codec = { package = "parity-scale-codec", version = "3.1.5" }
......
......@@ -24,7 +24,7 @@ serde_json = "1.0"
sysinfo = "0.29"
time = { version = "0.3", features = ["formatting", "local-offset", "std"] }
tokio = { version = "1.35", features = ["rt"] }
thiserror = "1.0.53"
thiserror = "1.0.55"
# Bridge dependencies
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment