You've already forked parse_datetime
mirror of
https://github.com/uutils/parse_datetime.git
synced 2026-06-10 16:13:15 -07:00
lower the regex dep. we don't need 1.8
This commit is contained in:
+1
-1
@@ -7,5 +7,5 @@ license = "MIT"
|
||||
repository = "https://github.com/uutils/humantime_to_duration"
|
||||
|
||||
[dependencies]
|
||||
regex = "1.8.1"
|
||||
regex = "1.7"
|
||||
time = "0.3.20"
|
||||
|
||||
Reference in New Issue
Block a user