diff --git a/Cargo.lock b/Cargo.lock index d2c553d..22d8a99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -710,9 +710,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.99" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3" +checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c" dependencies = [ "itoa", "ryu", diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index ff7ceaa..c706656 100644 --- a/nix-script/Cargo.toml +++ b/nix-script/Cargo.toml @@ -14,7 +14,7 @@ env_logger = "0.10.0" once_cell = "1.18.0" path-absolutize = "3.1.0" seahash = "4.1.0" -serde_json = "1.0.99" +serde_json = "1.0.100" walkdir = "2.3.3" [dev-dependencies]