From 060943bdef166587bfb2ec18adc3c30cf49826b3 Mon Sep 17 00:00:00 2001 From: Daniel Henry-Mantilla Date: Sun, 28 May 2023 19:53:46 +0000 Subject: [PATCH] Update `.lock` file --- Cargo.lock.msrv | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Cargo.lock.msrv b/Cargo.lock.msrv index 6825f80..9edd508 100644 --- a/Cargo.lock.msrv +++ b/Cargo.lock.msrv @@ -45,7 +45,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc" dependencies = [ "cfg-if", - "once_cell 1.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.14.0", ] [[package]] @@ -69,20 +69,21 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "once_cell" version = "1.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0" + +[[package]] +name = "once_cell" +version = "1.17.2" dependencies = [ "atomic-polyfill", + "critical-section", "crossbeam-utils", "lazy_static", "parking_lot_core", "regex", ] -[[package]] -name = "once_cell" -version = "1.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0" - [[package]] name = "parking_lot_core" version = "0.9.3"