diff --git a/Cargo.lock b/Cargo.lock index 7accac4..1efda24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -379,9 +379,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.2" +version = "1.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" +checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" [[package]] name = "option-ext" diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index e1265ec..deae201 100644 --- a/nix-script/Cargo.toml +++ b/nix-script/Cargo.toml @@ -12,7 +12,7 @@ fs2 = "0.4.3" lazy_static = "1.5.0" log = "0.4.25" nix-script-directives = { path = "../nix-script-directives" } -once_cell = "1.20.2" +once_cell = "1.20.3" path-absolutize = "3.1.1" seahash = "4.1.0" serde_json = "1.0.138"