We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b672d8 commit 7dbbabaCopy full SHA for 7dbbaba
1 file changed
Cargo.toml
@@ -15,7 +15,7 @@ keywords = ["logging", "log", "logger"]
15
16
[dependencies]
17
log = { version = "0.4.0", features = ["std"] }
18
-regex = { version = "0.2", optional = true }
+regex = { version = "1.0", optional = true }
19
termcolor = "0.3"
20
humantime = "1.1.0"
21
atty = "0.2"
0 commit comments