From d6bfd3eac2272a5c48437bfcce02268043c311ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 05:04:36 +0000 Subject: [PATCH] Bump once_cell from 1.19.0 to 1.20.0 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.19.0 to 1.20.0. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.19.0...v1.20.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... 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 9be1e88..226402a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,9 +367,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.19.0" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +checksum = "33ea5043e58958ee56f3e15a90aee535795cd7dfd319846288d93c5b57d85cbe" [[package]] name = "option-ext" diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index 84c5cfa..8a14612 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.19.0" +once_cell = "1.20.0" path-absolutize = "3.1.1" seahash = "4.1.0" serde_json = "1.0.128"