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 e6656cc chore(deps): update unicode-segmentation requirement (#359)
e6656cc is described below
commit e6656ccda31f2cdae57b4cbdc4daea131b5d4e4c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 8 10:08:22 2026 +0800
chore(deps): update unicode-segmentation requirement (#359)
---
crates/paimon/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crates/paimon/Cargo.toml b/crates/paimon/Cargo.toml
index 3d54d25..ac397f6 100644
--- a/crates/paimon/Cargo.toml
+++ b/crates/paimon/Cargo.toml
@@ -106,7 +106,7 @@ kanal = { version = "0.1.1", optional = true }
libloading = "0.8"
# Keep CI on the dependency set that passed before unicode-segmentation 1.13.3.
# The 1.13.3 resolver update correlates with Linux Vortex tests hanging.
-unicode-segmentation = "=1.13.2"
+unicode-segmentation = "=1.13.3"
[dev-dependencies]
axum = { version = "0.7", features = ["macros", "tokio", "http1", "http2"] }