diff --git a/Cargo.lock b/Cargo.lock index 5f9e8c1..34977d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2430,9 +2430,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.142" +version = "1.0.143" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7" +checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a" dependencies = [ "itoa", "memchr", diff --git a/crates/sbv2_core/Cargo.toml b/crates/sbv2_core/Cargo.toml index 8c69151..ef415cd 100644 --- a/crates/sbv2_core/Cargo.toml +++ b/crates/sbv2_core/Cargo.toml @@ -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 }