From eae4398f8897789f8dec3374abf014fa06cafd41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 20 Jul 2026 14:14:28 +0200 Subject: [PATCH] cargo: correct rstest entry in Cargo.lock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix lockfile due to ab2e7f0c58b012cb7bbd6c467281e2850bd10e75 manual edit and lack of CI for security fixes. :-/ Signed-off-by: Fabiano FidĂȘncio --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index e1b9a1f432..e644d4c081 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6665,7 +6665,7 @@ dependencies = [ "protobuf", "protocols", "resource", - "rstest 0.18.2", + "rstest", "runtime-spec", "serde_json", "shim-interface",