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/06/14 19:37:58 UTC

[arrow-rs] branch master updated: Fixes #1874 - Upgrade `regex` dependency to 1.5.6 (#1875)

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 5683ee9d8 Fixes #1874 - Upgrade `regex` dependency to 1.5.6 (#1875)
5683ee9d8 is described below

commit 5683ee9d8e12ae0905a6e53f8abbb4ffd05cdb55
Author: Martin Grigorov <ma...@users.noreply.github.com>
AuthorDate: Tue Jun 14 22:37:54 2022 +0300

    Fixes #1874 - Upgrade `regex` dependency to 1.5.6 (#1875)
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
---
 arrow/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml
index 3f69888d5..a4c5599eb 100644
--- a/arrow/Cargo.toml
+++ b/arrow/Cargo.toml
@@ -46,7 +46,7 @@ rand = { version = "0.8", optional = true }
 num = "0.4"
 half = "1.8"
 csv_crate = { version = "1.1", optional = true, package="csv" }
-regex = "1.3"
+regex = "1.5.6"
 lazy_static = "1.4"
 packed_simd = { version = "0.3", optional = true, package = "packed_simd_2" }
 chrono = { version = "0.4", default-features = false, features = ["clock"] }