Skip to content

Commit

Permalink
build(deps): bump thiserror from 2.0.3 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.3 to 2.0.8.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.3...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 a3ec10e commit 98de8b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 @@ -67,7 +67,7 @@ serde_json = "1.0.133"
json5 = "0.4.1"
pretty_env_logger = "0.5.0"
log = { version = "0.4.22", features = ["std"] }
thiserror = "2.0.3"
thiserror = "2.0.8"
logging_timer = "1.1.1"
jemallocator = { version = "0.5.4", optional = true }
libloading = "0.8.6"
Expand Down Expand Up @@ -102,7 +102,7 @@ phf = { version = "0.11.2", features = ["macros"] }
anyhow = "1.0.93"
cargo-emit = "0.2.1"
rayon = "1.10.0"
thiserror = "2.0.3"
thiserror = "2.0.8"
shadow-rs = { version = "0.35.2", optional = true }

[features]
Expand Down

0 comments on commit 98de8b1

Please sign in to comment.