diff --git a/Cargo.lock b/Cargo.lock index 242518b..60782a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -563,9 +563,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ "itoa", "memchr", diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index b9c00aa..b2503dd 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.133" +serde_json = "1.0.134" walkdir = "2.5.0" [dev-dependencies]