build(deps): bump thiserror from 2.0.12 to 2.0.15

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

---
updated-dependencies:
- dependency-name: thiserror
  dependency-version: 2.0.15
  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-18 10:49:47 +00:00
committed by GitHub
parent 9f22694df0
commit 9a99b88b00
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.11"
thiserror = "2.0.15"
tokenizers = { version = "0.21.4", default-features = false }
zstd = "0.13.2"