diff --git a/Cargo.lock b/Cargo.lock index cf8aef6..ce54a97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -563,9 +563,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.127" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" +checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" dependencies = [ "itoa", "memchr", diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index 48e6e43..d7fcddb 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.19.0" path-absolutize = "3.1.1" seahash = "4.1.0" -serde_json = "1.0.127" +serde_json = "1.0.128" walkdir = "2.5.0" [dev-dependencies]