From 242833ee8baa4f8e7d5bc9baf32bd5d271dfabe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 20:17:23 +0000 Subject: [PATCH] chore(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 | 19 +++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca723a061c1a..73355ea0637d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -773,7 +773,7 @@ dependencies = [ "http 0.2.12", "http 1.4.0", "percent-encoding", - "sha2", + "sha2 0.10.9", "time", "tracing", ] @@ -2257,7 +2257,7 @@ dependencies = [ "num-traits", "rand 0.9.2", "regex", - "sha2", + "sha2 0.11.0", "tokio", "unicode-segmentation", "uuid", @@ -2607,7 +2607,7 @@ dependencies = [ "rand 0.9.2", "serde_json", "sha1 0.11.0", - "sha2", + "sha2 0.11.0", "url", ] @@ -4695,7 +4695,7 @@ dependencies = [ "md-5", "memchr", "rand 0.9.2", - "sha2", + "sha2 0.10.9", "stringprep", ] @@ -5660,6 +5660,17 @@ dependencies = [ "digest 0.10.7", ] +[[package]] +name = "sha2" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" +dependencies = [ + "cfg-if", + "cpufeatures 0.3.0", + "digest 0.11.2", +] + [[package]] name = "sharded-slab" version = "0.1.7" diff --git a/Cargo.toml b/Cargo.toml index c6f38e16b94e..a72e39965b04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -186,7 +186,7 @@ recursive = "0.1.1" regex = "1.12" rstest = "0.26.1" serde_json = "1" -sha2 = "^0.10.9" +sha2 = "^0.11.0" sqlparser = { version = "0.61.0", default-features = false, features = ["std", "visitor"] } strum = "0.28.0" strum_macros = "0.28.0"