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 2022/02/28 19:17:38 UTC

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

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 44075c6  Update flatbuffers requirement from =2.1.0 to =2.1.1 (#1364)
44075c6 is described below

commit 44075c69e80866657e9bc2e5ac589e1813c0a79a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 28 14:17:32 2022 -0500

    Update flatbuffers requirement from =2.1.0 to =2.1.1 (#1364)
    
    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 a2778e0..f5368c1 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.1.0", optional = true }
+flatbuffers = { version = "=2.1.1", optional = true }
 hex = "0.4"
 comfy-table = { version = "5.0", optional = true, default-features = false }
 pyo3 = { version = "0.15", optional = true }