From 16f7ff2b44e2763a47cbbe78d2b663fb129c50b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 13:31:55 +0000 Subject: [PATCH] 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 | 13 ++++++++++--- crates/hail-api/Cargo.toml | 2 +- crates/hail-gmail/Cargo.toml | 2 +- crates/hail-worker/Cargo.toml | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c68b23..6a1b80e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -414,6 +414,12 @@ dependencies = [ "crossbeam-utils", ] +[[package]] +name = "const-oid" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" + [[package]] name = "constant_time_eq" version = "0.4.2" @@ -568,6 +574,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2" dependencies = [ "block-buffer 0.12.0", + "const-oid", "crypto-common 0.2.2", "ctutils", ] @@ -964,7 +971,7 @@ dependencies = [ "secrecy", "serde", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "sqlx", "subtle", "tempfile", @@ -1083,7 +1090,7 @@ dependencies = [ "secrecy", "serde", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "sqlx", "tempfile", "thiserror", @@ -1165,7 +1172,7 @@ dependencies = [ "secrecy", "serde", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "sqlx", "tempfile", "thiserror", diff --git a/crates/hail-api/Cargo.toml b/crates/hail-api/Cargo.toml index e15c832..48c42de 100644 --- a/crates/hail-api/Cargo.toml +++ b/crates/hail-api/Cargo.toml @@ -68,7 +68,7 @@ subtle = "2" async-trait = "0.1" reqwest = { version = "0.13", default-features = false, features = ["rustls", "http2", "json"] } pulldown-cmark = "0.13" -sha2 = "0.10" +sha2 = "0.11" url = "2" mail-parser = "0.11" bytes = { version = "1", features = ["serde"] } diff --git a/crates/hail-gmail/Cargo.toml b/crates/hail-gmail/Cargo.toml index 6bf23a8..fbe8083 100644 --- a/crates/hail-gmail/Cargo.toml +++ b/crates/hail-gmail/Cargo.toml @@ -26,7 +26,7 @@ serde_json = "1" thiserror = "2" sqlx = { version = "0.9", default-features = false, features = ["runtime-tokio", "sqlite", "chrono"] } rand = "0.9" -sha2 = "0.10" +sha2 = "0.11" reqwest = { version = "0.13", default-features = false, features = ["rustls", "http2", "json"] } base64 = "0.22" url = "2" diff --git a/crates/hail-worker/Cargo.toml b/crates/hail-worker/Cargo.toml index 72b7060..9559000 100644 --- a/crates/hail-worker/Cargo.toml +++ b/crates/hail-worker/Cargo.toml @@ -36,7 +36,7 @@ async-trait = "0.1" ahash = "0.8" serde = { version = "1", features = ["derive"] } serde_json = "1" -sha2 = "0.10" +sha2 = "0.11" reqwest = { version = "0.13", default-features = false, features = ["rustls", "http2", "json"] } base64 = "0.22" url = "2"