From cf7234c6f43ea220be426503bc1a1e69becbb62b Mon Sep 17 00:00:00 2001 From: Yujong Lee Date: Mon, 21 Sep 2026 21:48:40 +0000 Subject: [PATCH] chore(rust): refresh workspace lockfile Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- litellm-rust/Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm-rust/Cargo.lock b/litellm-rust/Cargo.lock index 7bd166f48b6..097884c8ecc 100644 --- a/litellm-rust/Cargo.lock +++ b/litellm-rust/Cargo.lock @@ -2707,6 +2707,7 @@ dependencies = [ "serde", "serde_json", "serde_with", + "sha2 0.10.9", "tokio", "tokio-tungstenite", ]