Skip to content

Commit f43949f

Browse files
committed
updated regex crate to fix security bug
1 parent 24feeee commit f43949f

2 files changed

Lines changed: 18 additions & 26 deletions

File tree

Cargo.lock

Lines changed: 16 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "verticareader"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
authors = ["Joey Gibson <joey@joeygibson.com>"]
55
edition = "2018"
66
description = "A program to read Vertica native binary files and convert them to CSV."
@@ -16,5 +16,5 @@ publish = false
1616
clap = "2"
1717
chrono = "0.4"
1818
csv = "1.1"
19-
regex = "1"
19+
regex = "1.6"
2020
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)