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 2023/06/07 15:51:02 UTC

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

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 a88dc7510 Update comfy-table requirement from 6.0 to 7.0 (#4377)
a88dc7510 is described below

commit a88dc75100dd682ca873850a434e476b7d7f8404
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jun 7 16:50:55 2023 +0100

    Update comfy-table requirement from 6.0 to 7.0 (#4377)
    
    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/v6.0.0...v7.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-cast/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arrow-cast/Cargo.toml b/arrow-cast/Cargo.toml
index ebfadeb99..494ad104b 100644
--- a/arrow-cast/Cargo.toml
+++ b/arrow-cast/Cargo.toml
@@ -49,7 +49,7 @@ chrono = { version = "0.4.23", default-features = false, features = ["clock"] }
 half = { version = "2.1", default-features = false }
 num = { version = "0.4", default-features = false, features = ["std"] }
 lexical-core = { version = "^0.8", default-features = false, features = ["write-integers", "write-floats", "parse-integers", "parse-floats"] }
-comfy-table = { version = "6.0", optional = true, default-features = false }
+comfy-table = { version = "7.0", optional = true, default-features = false }
 
 [dev-dependencies]
 criterion = { version = "0.5", default-features = false }