You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2022/05/31 21:12:55 UTC

[arrow-rs] branch master updated: Update comfy-table requirement from 5.0 to 6.0 (#1769)

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

tustvold 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 28949f192 Update comfy-table requirement from 5.0 to 6.0 (#1769)
28949f192 is described below

commit 28949f192cd795abbfb3f98f087e264accfae905
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue May 31 22:12:50 2022 +0100

    Update comfy-table requirement from 5.0 to 6.0 (#1769)
    
    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/v5.0.0...v6.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: comfy-table
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 arrow/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml
index a9996b8b4..cc4c0a5e0 100644
--- a/arrow/Cargo.toml
+++ b/arrow/Cargo.toml
@@ -53,7 +53,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock"] }
 chrono-tz = {version = "0.6", optional = true}
 flatbuffers = { version = "2.1.2", optional = true }
 hex = "0.4"
-comfy-table = { version = "5.0", optional = true, default-features = false }
+comfy-table = { version = "6.0", optional = true, default-features = false }
 pyo3 = { version = "0.16", optional = true }
 lexical-core = "^0.8"
 multiversion = "0.6.1"