build(deps): bump serde from 1.0.219 to 1.0.226

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.219 to 1.0.226.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.219...v1.0.226)

---
updated-dependencies:
- dependency-name: serde
  dependency-version: 1.0.226
  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-22 07:29:02 +00:00
committed by GitHub
parent 8e031387ba
commit 40cfda707e
3 changed files with 16 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ num_cpus = "1.17.0"
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.210", features = ["derive"] }
serde = { version = "1.0.226", features = ["derive"] }
serde_json = "1.0.143"
tar = "0.4.41"
thiserror = "2.0.16"