You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/11/18 18:10:29 UTC

[arrow-rs] branch master updated: Update comfy-table to 5.0 (#957)

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

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 007fb58  Update comfy-table to 5.0 (#957)
007fb58 is described below

commit 007fb58badaad8bc8b5b100daa0908deb06d32f1
Author: Carol (Nichols || Goulding) <19...@users.noreply.github.com>
AuthorDate: Thu Nov 18 13:10:19 2021 -0500

    Update comfy-table to 5.0 (#957)
---
 arrow/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml
index c88826f..694d31d 100644
--- a/arrow/Cargo.toml
+++ b/arrow/Cargo.toml
@@ -51,7 +51,7 @@ chrono = "0.4"
 chrono-tz = {version = "0.4", optional = true}
 flatbuffers = { version = "=2.0.0", optional = true }
 hex = "0.4"
-comfy-table = { version = "4.0", optional = true, default-features = false }
+comfy-table = { version = "5.0", optional = true, default-features = false }
 pyo3 = { version = "0.14", optional = true }
 lexical-core = "^0.8"
 multiversion = "0.6.1"