From 408d581fc13fa1279aeafc52d08d35a03fd5cae2 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 5 Feb 2025 14:03:45 -0500 Subject: [PATCH] chore: fix lockfile on main (#27978) Every time I run `cargo test` or whatever the lockfile changes to this. --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b701073a76db85..5e41e795c57e75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4877,6 +4877,12 @@ dependencies = [ "spin", ] +[[package]] +name = "lazycell" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" + [[package]] name = "lcms2" version = "6.1.0" @@ -4900,12 +4906,6 @@ dependencies = [ "pkg-config", ] -[[package]] -name = "lazycell" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" - [[package]] name = "libc" version = "0.2.168"