Skip to content

Commit

Permalink
Fixes #1874 - Upgrade regex dependency to 1.5.6 (#1875)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g committed Jun 14, 2022
1 parent 4e0a44d commit 5683ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/Cargo.toml
Expand Up @@ -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"] }
Expand Down

0 comments on commit 5683ee9

Please sign in to comment.