build(deps): bump serde_json from 1.0.143 to 1.0.145

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

---
updated-dependencies:
- dependency-name: serde_json
  dependency-version: 1.0.145
  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-09-26 21:11:15 +00:00
committed by GitHub
parent b9e2c0fec1
commit d6bc99caa3
2 changed files with 4 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.11.2"
serde = { version = "1.0.226", features = ["derive"] }
serde_json = "1.0.143"
serde_json = "1.0.145"
tar = "0.4.41"
thiserror = "2.0.16"
tokenizers = { version = "0.22.1", default-features = false }