mirror of
https://github.com/rutgersc/m3u8-rs.git
synced 2025-01-10 14:45:25 +00:00
Remove unnecessary features from chrono, removing vulnerable time dependency
This commit is contained in:
parent
18739b59ac
commit
2a76fa549c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
nom = { version = "7", optional = true }
|
||||
chrono = { version = "0.4" }
|
||||
chrono = { version = "0.4", default-features = false, features = [ "std" ] }
|
||||
|
||||
[features]
|
||||
default = ["parser"]
|
||||
|
|
Loading…
Reference in a new issue