This is an automated email from the ASF dual-hosted git repository.

JingsongLi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new 909ef44  chore(deps): update constant_time_eq requirement from 
>=0.4.0, <0.4.3 to >=0.4.0, <0.5.1 (#361)
909ef44 is described below

commit 909ef44af88f552b6a075aa45f80eae3d24015d2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 8 10:08:14 2026 +0800

    chore(deps): update constant_time_eq requirement from >=0.4.0, <0.4.3 to 
>=0.4.0, <0.5.1 (#361)
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index d31f83c..cd45c34 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"

Reply via email to