You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ji...@apache.org on 2022/02/25 12:20:57 UTC

[arrow-rs] branch master updated: Update flatbuffers requirement from =2.0.0 to =2.1.0 (#1359)

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

jiayuliu 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 4d82e24  Update flatbuffers requirement from =2.0.0 to =2.1.0 (#1359)
4d82e24 is described below

commit 4d82e248af0024457cdfdc7fbe9779b28cb3088a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 25 20:20:52 2022 +0800

    Update flatbuffers requirement from =2.0.0 to =2.1.0 (#1359)
    
    Updates the requirements on [flatbuffers](https://github.com/google/flatbuffers) to permit the latest version.
    - [Release notes](https://github.com/google/flatbuffers/releases)
    - [Commits](https://github.com/google/flatbuffers/commits)
    
    ---
    updated-dependencies:
    - dependency-name: flatbuffers
      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 18bf36e..a2778e0 100644
--- a/arrow/Cargo.toml
+++ b/arrow/Cargo.toml
@@ -50,7 +50,7 @@ lazy_static = "1.4"
 packed_simd = { version = "0.3", optional = true, package = "packed_simd_2" }
 chrono = { version = "0.4", default-features = false, features = ["clock"] }
 chrono-tz = {version = "0.6", optional = true}
-flatbuffers = { version = "=2.0.0", optional = true }
+flatbuffers = { version = "=2.1.0", optional = true }
 hex = "0.4"
 comfy-table = { version = "5.0", optional = true, default-features = false }
 pyo3 = { version = "0.15", optional = true }