Skip to content

Commit

Permalink
chore(deps): bump thiserror from 1.0.61 to 1.0.62
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 1.0.62.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.61...1.0.62)

---
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 Jul 12, 2024
1 parent 10e03e5 commit b1570fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ console = "0.15.8"
miette = { version = "7.2.0", features = ["fancy"] }
serde = "1.0.200"
serde_json = "1.0.95"
thiserror = "1.0.60"
thiserror = "1.0.62"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"

Expand All @@ -25,5 +25,5 @@ tracing-subscriber = "0.3.18"
clap = { version = "4.5.4", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.95"
thiserror = "1.0.60"
thiserror = "1.0.62"
miette = "7.2.0"

0 comments on commit b1570fc

Please sign in to comment.