From b8e994b9bfea7e96dd0b2bef15ff50c4b9781b51 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Sun, 4 Aug 2024 20:41:24 -0400 Subject: [PATCH] Run Cargo check --- Cargo.lock | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e2d95e90402..5a0434ed6f97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4981,7 +4981,7 @@ dependencies = [ "uv-warnings", "which", "windows-sys 0.52.0", - "winsafe", + "winsafe 0.0.22", ] [[package]] @@ -5409,7 +5409,7 @@ dependencies = [ "home", "regex", "rustix", - "winsafe", + "winsafe 0.0.19", ] [[package]] @@ -5720,6 +5720,12 @@ version = "0.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" +[[package]] +name = "winsafe" +version = "0.0.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d6ad6cbd9c6e5144971e326303f0e453b61d82e4f72067fccf23106bccd8437" + [[package]] name = "wiremock" version = "0.6.1"