From 558c99965ec9fe3e2ed6cea74efaf52ebba7066d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:24:15 +0000 Subject: [PATCH] Update hex-literal requirement from 0.4 to 1.1 Updates the requirements on [hex-literal](https://github.com/RustCrypto/utils) to permit the latest version. - [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.4.0...hex-literal-v1.1.0) --- updated-dependencies: - dependency-name: hex-literal dependency-version: 1.1.0 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..f789606 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ byteorder = "1.4" cbc = "0.1" chrono = "0.4" digest = "0.10" -hex-literal = "0.4" +hex-literal = "1.1" hmac = "0.12" lz4_flex = "0.11" plist = "1.3"