Skip to content

Commit

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

---
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 Dec 18, 2024
1 parent c46653d commit e54244f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 @@ -34,7 +34,7 @@ console = { version = "0.15.10" }
clap-cargo = { version = "0.14.0" }
comfy-table = "7.1.3"
miette = { version = "7.4.0" }
thiserror = "2.0.0"
thiserror = "2.0.8"
tracing = { version = "0.1.41", features = ["log"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = { version = "1.0.133" }
Expand Down

0 comments on commit e54244f

Please sign in to comment.