build(deps): bump serde_json from 1.0.141 to 1.0.142

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.141 to 1.0.142.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.141...v1.0.142)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-version: 1.0.142
  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-04 10:18:20 +00:00
committed by GitHub
parent ee56e9591d
commit 132eb6386d
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ once_cell.workspace = true
ort = { git = "https://github.com/pykeio/ort.git", version = "2.0.0-rc.9", optional = true }
regex = "1.10.6"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.141"
serde_json = "1.0.142"
tar = "0.4.41"
thiserror = "2.0.11"
tokenizers = { version = "0.21.2", default-features = false }