Skip to content

Commit 7dbbaba

Browse files
committed
Update regex to 1.0
1 parent 6b672d8 commit 7dbbaba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["logging", "log", "logger"]
1515

1616
[dependencies]
1717
log = { version = "0.4.0", features = ["std"] }
18-
regex = { version = "0.2", optional = true }
18+
regex = { version = "1.0", optional = true }
1919
termcolor = "0.3"
2020
humantime = "1.1.0"
2121
atty = "0.2"

0 commit comments

Comments
 (0)