From c123dd18032c14d7f3883cbf64ed9d8e570a1dcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 19:00:35 +0000 Subject: [PATCH] Bump once_cell from 1.12.0 to 1.18.0 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.12.0 to 1.18.0. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.12.0...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 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10fc55fc..03575c49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -402,9 +402,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.12.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225" +checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "oorandom" diff --git a/Cargo.toml b/Cargo.toml index 7dfe4527..49c6ff52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ exclude = ["doc/pastel.gif"] # library dependencies atty = "0.2" nom = "7.0.0" -once_cell = "1.9.0" +once_cell = "1.18.0" output_vt100 = "0.1" rand = "0.8" @@ -30,7 +30,7 @@ features = ["suggestions", "color", "wrap_help", "cargo"] [build-dependencies] clap = { version = "3", features = ["cargo"] } clap_complete = "3" -once_cell = "1.9.0" +once_cell = "1.18.0" output_vt100 = "0.1" [[bin]]