From 5c64b1c0f5069c96596accbc8ce95864c042ecae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 05:52:11 +0000 Subject: [PATCH] Bump once_cell from 1.20.0 to 1.20.2 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.0 to 1.20.2. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.20.0...v1.20.2) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- nix-script/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2ac12f..b75d7bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,9 +367,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.0" +version = "1.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33ea5043e58958ee56f3e15a90aee535795cd7dfd319846288d93c5b57d85cbe" +checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "option-ext" diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index e68e496..78296dd 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.22" nix-script-directives = { path = "../nix-script-directives" } -once_cell = "1.20.0" +once_cell = "1.20.2" path-absolutize = "3.1.1" seahash = "4.1.0" serde_json = "1.0.128"