From 2384ec792dd54b5cb18a084f3566bcbd0c6f7501 Mon Sep 17 00:00:00 2001 From: ZhenYi <434836402@qq.com> Date: Mon, 27 Apr 2026 16:42:24 +0800 Subject: [PATCH] chore: update Cargo.lock with sha2 dependency for app crate --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.lock b/Cargo.lock index b287ca0..c439e97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -682,6 +682,7 @@ dependencies = [ "serde_json", "service", "session", + "sha2 0.11.0", "tokio", "tracing", "uuid",