diff --git a/Cargo.lock b/Cargo.lock index 8c13285..e007179 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -947,9 +947,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.140" +version = "1.0.142" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" +checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index c07c090..1302043 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ edition = "2024" anyhow = "1.0.98" reqwest = { version = "0.12.19", optional = true, features = ["blocking"] } serde = { version = "1.0.219", features = ["derive"] } -serde_json = "1.0.140" +serde_json = "1.0.142" walkdir = { version = "2.5.0", optional = true } xxhash-rust = { version = "0.8.15", features = ["xxh3"] } zstd = { version = "0.13.3", default-features = false, features = ["arrays"]}