Skip to content

Commit

Permalink
build(deps): bump thiserror from 1.0.39 to 1.0.40
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and SergioGasquez committed Mar 22, 2023
1 parent 0cdac72 commit 36e99df
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 17 deletions.
43 changes: 27 additions & 16 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde_json = "1.0.94"
strum = { version = "0.24", features = ["derive"] }
tar = "0.4.38"
tempfile = "3.4.0"
thiserror = "1.0.39"
thiserror = "1.0.40"
tokio = { version = "1.26.0", features = ["full"] }
tokio-retry = "0.3.0"
toml = "0.7.3"
Expand Down

0 comments on commit 36e99df

Please sign in to comment.