From 9c9618c4e10a7a3c95f305a6b4253ccfe5cec845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:24:03 +0000 Subject: [PATCH] Update digest requirement from 0.10 to 0.11 Updates the requirements on [digest](https://github.com/RustCrypto/traits) to permit the latest version. - [Commits](https://github.com/RustCrypto/traits/compare/digest-v0.10.0...digest-v0.11.2) --- updated-dependencies: - dependency-name: digest dependency-version: 0.11.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c6db0e..c4d0722 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ aes = "0.8" byteorder = "1.4" cbc = "0.1" chrono = "0.4" -digest = "0.10" +digest = "0.11" hex-literal = "0.4" hmac = "0.12" lz4_flex = "0.11"