From a4580a4e5aa17874fc58b723c36715ab9d909145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 22:58:26 +0000 Subject: [PATCH] chore(deps): update constant_time_eq requirement from 0.1.5 to 0.3.0 Updates the requirements on [constant_time_eq](https://github.com/cesarb/constant_time_eq) to permit the latest version. - [Changelog](https://github.com/cesarb/constant_time_eq/blob/master/CHANGES) - [Commits](https://github.com/cesarb/constant_time_eq/compare/0.1.5...0.3.0) --- updated-dependencies: - dependency-name: constant_time_eq 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 510df9ca2..5e8e1b6c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.59.0" aes = { version = "0.8.2", optional = true } byteorder = "1.4.3" bzip2 = { version = "0.4.3", optional = true } -constant_time_eq = { version = "0.1.5", optional = true } +constant_time_eq = { version = "0.3.0", optional = true } crc32fast = "1.3.2" flate2 = { version = "1.0.23", default-features = false, optional = true } hmac = { version = "0.12.1", optional = true, features = ["reset"] }