diff --git a/Cargo.lock b/Cargo.lock index 8f8c67e..7accac4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -575,9 +575,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.137" +version = "1.0.138" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" +checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" dependencies = [ "itoa", "memchr", diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index cd236cc..e1265ec 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.137" +serde_json = "1.0.138" walkdir = "2.5.0" [dev-dependencies]