From 1ceb3ef764f6b0532ead63ffcdb9898e30e6eb03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 19:29:19 +0000 Subject: [PATCH] chore(deps): update rust crate sha2 to 0.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef8154a..47523cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -29,7 +29,7 @@ dependencies = [ "rfd", "serde", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "shellexpand", "soar-config", "soar-core", diff --git a/Cargo.toml b/Cargo.toml index 02fd800..e9036a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ gpui = "0.2" log = "0.4.29" rfd = "0.15" serde = { version = "1.0.228", features = ["derive"] } -sha2 = "0.10" +sha2 = "0.11" serde_json = "1.0" soar-config = "0.10.0" soar-core = "0.16.3"