diff --git a/Cargo.lock b/Cargo.lock index ada97b1..6ce2d6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -693,9 +693,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.116" +version = "1.0.120" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813" +checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" dependencies = [ "itoa", "ryu", diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index b65c2ca..54bb468 100644 --- a/nix-script/Cargo.toml +++ b/nix-script/Cargo.toml @@ -14,7 +14,7 @@ env_logger = "0.10.2" once_cell = "1.19.0" path-absolutize = "3.1.1" seahash = "4.1.0" -serde_json = "1.0.116" +serde_json = "1.0.120" walkdir = "2.5.0" [dev-dependencies]