Skip to content

Commit

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

---
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 26, 2021
1 parent eb97023 commit 17125b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 jormungandr/Cargo.toml
Expand Up @@ -46,7 +46,7 @@ serde_derive = "1.0"
serde_json = "1.0.59"
serde_yaml = "0.8"
structopt = "^0.3"
thiserror = "1.0.26"
thiserror = "1.0.30"
tracing = "0.1"
tracing-futures = "0.2"
tracing-gelf = { version = "0.5", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion modules/blockchain/Cargo.toml
Expand Up @@ -7,5 +7,5 @@ edition = "2018"
[dependencies]
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master"}
thiserror = "1.0.26"
thiserror = "1.0.30"
lru = "0.6.6"

0 comments on commit 17125b0

Please sign in to comment.