From 1b33e149c0fdd66dea2a3c64aff7902889f87e66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 03:38:46 +0000 Subject: [PATCH] chore(deps)(deps): update sha2 requirement from 0.10 to 0.11 Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](https://github.com/RustCrypto/hashes/compare/groestl-v0.10.0...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- crates/octo-core/Cargo.toml | 2 +- crates/octo-registry/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 612260b..56315c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ sled = "0.34" # UUID generation uuid = { version = "1.6", features = ["v4", "serde"] } # Cryptography -sha2 = "0.10" +sha2 = "0.11" # Async traits async-trait = "0.1" # Logging diff --git a/crates/octo-core/Cargo.toml b/crates/octo-core/Cargo.toml index 0cc30b1..6577682 100644 --- a/crates/octo-core/Cargo.toml +++ b/crates/octo-core/Cargo.toml @@ -8,7 +8,7 @@ tokio = { version = "1.35", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" uuid = { version = "1.6", features = ["v4", "serde"] } -sha2 = "0.10" +sha2 = "0.11" async-trait = "0.1" tracing = "0.1" anyhow = "1.0" diff --git a/crates/octo-registry/Cargo.toml b/crates/octo-registry/Cargo.toml index 328f84f..e0408b6 100644 --- a/crates/octo-registry/Cargo.toml +++ b/crates/octo-registry/Cargo.toml @@ -8,7 +8,7 @@ sled = "0.34" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" uuid = { version = "1.6", features = ["v4", "serde"] } -sha2 = "0.10" +sha2 = "0.11" tokio = { version = "1.35", features = ["full"] } tracing = "0.1" anyhow = "1.0"