From 340819745a366b8363f98c12eacde2513f79b424 Mon Sep 17 00:00:00 2001 From: ospab Date: Tue, 21 Jul 2026 18:10:23 +0300 Subject: [PATCH] chore: update Cargo.lock for ostp's new direct sha2 dependency --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.lock b/Cargo.lock index a9d8fc4..feafa3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1400,6 +1400,7 @@ dependencies = [ "rlimit", "serde", "serde_json", + "sha2", "tokio", "tracing", "tracing-subscriber",