This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 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 7bb5746 chore(deps): update roaring requirement from 0.10 to 0.11
(#186)
7bb5746 is described below
commit 7bb574653bf1bba5f2025134e26fae989c30f591
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 2 10:42:23 2026 +0800
chore(deps): update roaring requirement from 0.10 to 0.11 (#186)
---
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 c78d35b..ee43014 100644
--- a/crates/paimon/Cargo.toml
+++ b/crates/paimon/Cargo.toml
@@ -53,7 +53,7 @@ opendal = { version = "0.55", features = ["services-fs"] }
pretty_assertions = "1"
apache-avro = { version = "0.17", features = ["snappy", "zstandard"] }
indexmap = "2.5.0"
-roaring = "0.10"
+roaring = "0.11"
arrow-array = { workspace = true }
futures = "0.3"
parquet = { workspace = true, features = ["async", "zstd"] }