From 6732602a9a0db823cf02b4b8d6cf313e1169ab76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 23:48:34 +0000 Subject: [PATCH] build(deps): bump sha1 in the crypto group across 1 directory Bumps the crypto group with 1 update in the / directory: [sha1](https://github.com/RustCrypto/hashes). Updates `sha1` from 0.10.6 to 0.11.0 - [Commits](https://github.com/RustCrypto/hashes/compare/sha1-v0.10.6...sha1-v0.11.0) --- updated-dependencies: - dependency-name: sha1 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crypto ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/ironrdp-pdu/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 017254825..1a1103921 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2749,7 +2749,7 @@ dependencies = [ "num-integer", "num-traits", "pkcs1 0.7.5", - "sha1 0.10.6", + "sha1 0.11.0", "tap", "x509-cert", ] diff --git a/crates/ironrdp-pdu/Cargo.toml b/crates/ironrdp-pdu/Cargo.toml index 17ba0dcf4..b84f08db0 100644 --- a/crates/ironrdp-pdu/Cargo.toml +++ b/crates/ironrdp-pdu/Cargo.toml @@ -40,7 +40,7 @@ num-bigint = "0.4" num-derive.workspace = true # TODO: remove num-integer = "0.1" num-traits.workspace = true # TODO: remove -sha1 = "0.10" +sha1 = "0.11" x509-cert = { version = "0.2", default-features = false, features = ["std"] } pkcs1 = "0.7"