diff --git a/Cargo.lock b/Cargo.lock index 98da04b..c55850e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -379,9 +379,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.21.1" +version = "1.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc" +checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] name = "option-ext" diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index 33d412b..c97560b 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.26" nix-script-directives = { path = "../nix-script-directives" } -once_cell = "1.21.1" +once_cell = "1.21.3" path-absolutize = "3.1.1" seahash = "4.1.0" serde_json = "1.0.140"