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

yihua pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 4a4864e7 build(deps): update comfy-table requirement from 7 to 8 (#742)
4a4864e7 is described below

commit 4a4864e70ed920da182d69f8f4df0b8849e42054
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 5 10:39:14 2026 -0700

    build(deps): update comfy-table requirement from 7 to 8 (#742)
    
    Updates the requirements on 
[comfy-table](https://github.com/nukesor/comfy-table) to permit the latest 
version.
    - [Release notes](https://github.com/nukesor/comfy-table/releases)
    - [Changelog](https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/nukesor/comfy-table/compare/v7.0.0...v8.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: comfy-table
      dependency-version: 8.0.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Y Ethan Guo <[email protected]>
---
 benchmark/tpch/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmark/tpch/Cargo.toml b/benchmark/tpch/Cargo.toml
index b76855bb..09977eed 100644
--- a/benchmark/tpch/Cargo.toml
+++ b/benchmark/tpch/Cargo.toml
@@ -31,7 +31,7 @@ arrow-array = { workspace = true }
 arrow-cast = { workspace = true }
 clap = { version = "4", features = ["derive"] }
 env_logger = "0.11"
-comfy-table = "7"
+comfy-table = "8"
 datafusion = { workspace = true }
 hudi = { path = "../../crates/hudi", features = ["datafusion"] }
 object_store = { workspace = true }

Reply via email to