From f8fe316bfd725d8e9f6a6d4121333d5aef47bae7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 18:33:32 +0000 Subject: [PATCH] chore(deps)(deps): bump sha2 from 0.10.9 to 0.11.0 Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.9 to 0.11.0. - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.9...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/terraphim_update/Cargo.toml | 2 +- crates/terraphim_validation/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d7ef7ba78..6d27fa245 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8998,7 +8998,7 @@ dependencies = [ "serde", "serde_json", "serial_test", - "sha2 0.10.9", + "sha2 0.11.0", "tar", "tempfile", "thiserror 1.0.69", @@ -9064,7 +9064,7 @@ dependencies = [ "serde", "serde_json", "serde_yaml", - "sha2 0.10.9", + "sha2 0.11.0", "sysinfo", "tempfile", "term_size", diff --git a/crates/terraphim_update/Cargo.toml b/crates/terraphim_update/Cargo.toml index 555ca7d39..3ca7bebad 100644 --- a/crates/terraphim_update/Cargo.toml +++ b/crates/terraphim_update/Cargo.toml @@ -27,7 +27,7 @@ jiff = { version = "0.2", features = ["serde"] } chrono = { workspace = true } semver = "1.0" -sha2 = "0.10" +sha2 = "0.11" ureq = "2.9" dirs = "5.0" dialoguer = "0.12" diff --git a/crates/terraphim_validation/Cargo.toml b/crates/terraphim_validation/Cargo.toml index 91e6895c0..e0d0fe4ff 100644 --- a/crates/terraphim_validation/Cargo.toml +++ b/crates/terraphim_validation/Cargo.toml @@ -42,7 +42,7 @@ tower = "0.5" tower-http = { version = "0.5", features = ["cors", "trace"] } # Security and validation -sha2 = "0.10" +sha2 = "0.11" hex = "0.4" # Testing and assertions