diff --git a/Cargo.lock b/Cargo.lock index 54cd338..aaa23c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2430,9 +2430,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.141" +version = "1.0.142" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3" +checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7" dependencies = [ "itoa", "memchr", diff --git a/crates/sbv2_core/Cargo.toml b/crates/sbv2_core/Cargo.toml index db57d5d..2eaec9e 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.141" +serde_json = "1.0.142" tar = "0.4.41" thiserror = "2.0.11" tokenizers = { version = "0.21.2", default-features = false }