build(deps): bump thiserror from 2.0.15 to 2.0.16

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.15 to 2.0.16.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/2.0.15...2.0.16)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-version: 2.0.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-08-25 15:21:03 +00:00
committed by GitHub
parent dc5fa88432
commit 605ea12450
2 changed files with 11 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ regex = "1.10.6"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.142"
tar = "0.4.41"
thiserror = "2.0.15"
thiserror = "2.0.16"
tokenizers = { version = "0.21.4", default-features = false }
zstd = "0.13.2"