From 9b1f90d1aafc0b033b837a6beab3edd5d92d3e0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 13:13:10 +0000 Subject: [PATCH] chore(deps): update constant_time_eq requirement from 0.4.2 to 0.5.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/main/CHANGES) - [Commits](https://github.com/cesarb/constant_time_eq/compare/0.4.2...0.4.2) --- updated-dependencies: - dependency-name: constant_time_eq dependency-version: 0.4.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 3cdf6a2..115a3b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ required-features = ["websocket"] [dependencies] base64 = { version = "0.22.1", optional = true } bytes = "1.11.1" -constant_time_eq = { version = "0.4.2", optional = true } +constant_time_eq = { version = "0.5.0", optional = true } cookie = { version = "0.18.1", features = [ "private", "signed",