Merge pull request #228 from neodyland/dependabot/cargo/serde_json-1.0.142

build(deps): bump serde_json from 1.0.141 to 1.0.142
This commit is contained in:
tuna2134
2025-08-04 22:12:36 +09:00
committed by GitHub
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.4", default-features = false }