From 00c12611d53069036245d2383284399c46d9a527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:31:45 +0000 Subject: [PATCH] build(deps): 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 ++-- Cargo.toml | 2 +- crates/volta-core/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d72953384..58beed0ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1003,9 +1003,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[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 = "openssl-probe" diff --git a/Cargo.toml b/Cargo.toml index 4a8c81a21..4891088f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ codegen-units = 1 volta-core = { path = "crates/volta-core" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.128" -once_cell = "1.19.0" +once_cell = "1.20.0" log = { version = "0.4", features = ["std"] } node-semver = "2" clap = { version = "4.5.17", features = ["color", "derive", "wrap_help"] } diff --git a/crates/volta-core/Cargo.toml b/crates/volta-core/Cargo.toml index 9e63ec481..e0aba04f7 100644 --- a/crates/volta-core/Cargo.toml +++ b/crates/volta-core/Cargo.toml @@ -42,7 +42,7 @@ log = { version = "0.4", features = ["std"] } ctrlc = "3.4.5" walkdir = "2.5.0" volta-layout = { path = "../volta-layout" } -once_cell = "1.19.0" +once_cell = "1.20.0" dunce = "1.0.5" ci_info = "0.14.14" httpdate = "1"