From eb1fafa89e5bd573765455120356dd2b62e2c349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 16:11:58 +0000 Subject: [PATCH] cargo: bump once_cell from 1.17.2 to 1.18.0 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.2 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.2...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 +- lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d3789d86..5b659b676 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1099,9 +1099,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 = "oorandom" diff --git a/Cargo.toml b/Cargo.toml index 2425efe72..ac0abe881 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ indexmap = "1.9.3" itertools = "0.10.5" jujutsu-lib = { version = "=0.7.0", path = "lib", default-features = false } maplit = "1.0.2" -once_cell = "1.17.2" +once_cell = "1.18.0" pest = "2.6.0" pest_derive = "2.6" regex = "1.8.4" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 128806407..4eb1544b6 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -32,7 +32,7 @@ git2 = "0.17.2" hex = "0.4.3" itertools = "0.10.5" maplit = "1.0.2" -once_cell = "1.17.2" +once_cell = "1.18.0" pest = "2.6.0" pest_derive = "2.6.0" prost = "0.11.9"