Skip to content

Commit 5dc4c49

Browse files
authored
Merge pull request #154 from Eijebong/deps
Update humantime and disable the unicode feature from regex
2 parents 68a1700 + 506d114 commit 5dc4c49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ members = [
2121

2222
[dependencies]
2323
log = { version = "0.4.8", features = ["std"] }
24-
regex = { version = "1.0.3", optional = true }
24+
regex = { version = "1.0.3", optional = true, default-features=false, features=["std", "perf"] }
2525
termcolor = { version = "1.0.2", optional = true }
26-
humantime = { version = "1.3", optional = true }
26+
humantime = { version = "2.0.0", optional = true }
2727
atty = { version = "0.2.5", optional = true }
2828

2929
[[test]]

0 commit comments

Comments
 (0)