From d4a6e1406d248f73a29d32838dd7d23a3651da73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Cabrera?= Date: Tue, 2 Jul 2024 14:17:50 -0400 Subject: [PATCH] Update `Cargo.lock` (#690) The latest main contains an `out-of-sync` Cargo.lock, which is making the newly introduced `cargo metadata` invocation fail in CI --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 0a8dfdd6..881f675b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1752,7 +1752,7 @@ dependencies = [ [[package]] name = "javy-runner" -version = "3.0.0" +version = "3.0.1" dependencies = [ "anyhow", "tempfile",