From 4d97d02ac209c47d21913547897a7a7100acc69c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 09:43:13 +0000 Subject: [PATCH] Bump once_cell from 1.12.1 to 1.16.0 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.12.1 to 1.16.0. - [Release notes](https://github.com/matklad/once_cell/releases) - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.12.1...v1.16.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 a657b2a9c..7ea5be74c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1092,9 +1092,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.12.1" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac8b1a9b2518dc799a2271eff1688707eb315f0d4697aa6b0871369ca4c4da55" +checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" [[package]] name = "os_str_bytes" diff --git a/Cargo.toml b/Cargo.toml index c5b156026..207f03500 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ crossbeam = { version = "^0.8", features = ["crossbeam-channel"] } fxhash = "0.2" globset = "^0.4" lazy_static = "^1.3" -once_cell = "1.12.1" +once_cell = "1.16.0" num = "^0.4" num-derive = "^0.3" num-format = "^0.4"