From bf29c4cd992b57644f23d02f44d7f92d91fcea88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 18:22:19 +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 | 6 +++--- crates/terraphim_update/Cargo.toml | 2 +- crates/terraphim_validation/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f7e464a0..c0c95e0ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8786,7 +8786,7 @@ dependencies = [ [[package]] name = "terraphim_eval_check" -version = "1.20.5" +version = "1.21.0" dependencies = [ "clap", "serde", @@ -9547,7 +9547,7 @@ dependencies = [ "serde", "serde_json", "serial_test", - "sha2 0.10.9", + "sha2 0.11.0", "tar", "tempfile", "thiserror 1.0.69", @@ -9614,7 +9614,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 515bbc298..a8b0cf56d 100644 --- a/crates/terraphim_update/Cargo.toml +++ b/crates/terraphim_update/Cargo.toml @@ -28,7 +28,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 3f63f1727..ba7ebcc66 100644 --- a/crates/terraphim_validation/Cargo.toml +++ b/crates/terraphim_validation/Cargo.toml @@ -43,7 +43,7 @@ tower = "0.5" tower-http = { version = "0.5", features = ["cors", "trace"] } # Security and validation -sha2 = "0.10" +sha2 = "0.11" hex = "0.4" jsonschema = "0.28"