From bf0d25445235cc23d769fee23518c1f4db2d8644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 04:56:29 +0000 Subject: [PATCH] chore(deps): update constant_time_eq requirement from >=0.4.0, <0.4.3 to >=0.4.0, <0.5.1 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.0...0.5.0) --- updated-dependencies: - dependency-name: constant_time_eq dependency-version: 0.5.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 d31f83c5..cd45c340 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,6 +40,6 @@ datafusion = "53.0.0" datafusion-ffi = "53.0.0" paimon = { version = "0.3.0", path = "crates/paimon" } parquet = "58.0" -constant_time_eq = ">=0.4.0, <0.4.3" +constant_time_eq = ">=0.4.0, <0.5.1" tokio = "1.39.2" tokio-util = "0.7"