From 4d1f758b3e104a99496b4451a49538a5d5a9eed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 07:57:20 +0000 Subject: [PATCH] build(deps): bump once_cell from 1.17.1 to 1.18.0 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.1 to 1.18.0. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.17.1...v1.18.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 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6189038f83..4f7759507c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1687,9 +1687,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.1" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" +checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "openssl" diff --git a/Cargo.toml b/Cargo.toml index a2e81515c3..c414e92e7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ maplit = "1.0" memfd = "0.6.0" nix = "0.26.1" openssl = "0.10.49" -once_cell = "1.16.0" +once_cell = "1.18.0" os-release = "0.1.0" ostree-ext = "0.11.0" paste = "1.0"