diff --git a/Cargo.lock b/Cargo.lock index 76bbae4..80da5ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -563,9 +563,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.134" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" +checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" dependencies = [ "itoa", "memchr", diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index 8c0b946..bc85826 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.20.2" path-absolutize = "3.1.1" seahash = "4.1.0" -serde_json = "1.0.134" +serde_json = "1.0.135" walkdir = "2.5.0" [dev-dependencies]