From 47d70ba194ede574f782d561d613ef518b289c4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 16:58:36 +0000 Subject: [PATCH] build(deps): bump once_cell from 1.17.0 to 1.19.0 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.0 to 1.19.0. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.17.0...v1.19.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 ++-- crates/volta-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e9937f98..1891a611b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -870,9 +870,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "once_cell" -version = "1.17.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openssl-probe" diff --git a/crates/volta-core/Cargo.toml b/crates/volta-core/Cargo.toml index 755387cf3..b61710d08 100644 --- a/crates/volta-core/Cargo.toml +++ b/crates/volta-core/Cargo.toml @@ -45,7 +45,7 @@ log = { version = "0.4", features = ["std"] } ctrlc = "3.2.5" walkdir = "2.4.0" volta-layout = { path = "../volta-layout" } -once_cell = "1.17.0" +once_cell = "1.19.0" dunce = "1.0.4" ci_info = "0.14.14" hyperx = "1.4.0"