diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml index 3f69888d514..a4c5599eb99 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"] }