diff --git a/Cargo.lock b/Cargo.lock index 819d25c..adefca7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -575,9 +575,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/nix-script/Cargo.toml b/nix-script/Cargo.toml index acbd4b7..bdf80dd 100644 --- a/nix-script/Cargo.toml +++ b/nix-script/Cargo.toml @@ -15,7 +15,7 @@ nix-script-directives = { path = "../nix-script-directives" } once_cell = "1.21.3" path-absolutize = "3.1.1" seahash = "4.1.0" -serde_json = "1.0.141" +serde_json = "1.0.142" walkdir = "2.5.0" [dev-dependencies]