From ea9b9eb443290e516f900e51c68e105d89a57829 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 21:32:54 +0000 Subject: [PATCH] build(deps): update rust crate once_cell to 1.18.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2460970b..b44e5495 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2091,9 +2091,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.2" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b" +checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "opaque-debug" diff --git a/Cargo.toml b/Cargo.toml index 183958fa..1f22260f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ log = { version = "0.4.18", features = ["std"] } # see: https://github.com/NixOS/nixpkgs/issues/160876 notify-rust = { version = "4.8.0", optional = true } nu-ansi-term = "0.47.0" -once_cell = "1.17.2" +once_cell = "1.18.0" open = "4.1.0" # update os module config and tests when upgrading os_info os_info = "3.7.0"