build(deps): bump serde_json from 1.0.142 to 1.0.143

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

---
updated-dependencies:
- dependency-name: serde_json
  dependency-version: 1.0.143
  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 14:26:58 +00:00
committed by GitHub
parent dc5fa88432
commit 2aa43e0e3d
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.142"
serde_json = "1.0.143"
tar = "0.4.41"
thiserror = "2.0.15"
tokenizers = { version = "0.21.4", default-features = false }