forked from Anri/cal8tor
* bump chrono (RUSTSEC-2020-0159)
* bump tokio (RUSTSEC-2021-0124) * bump regex (RUSTSEC-2022-0013)
This commit is contained in:
parent
780b510e0e
commit
1b0c7c7863
1 changed files with 3 additions and 3 deletions
|
@ -11,10 +11,10 @@ publish = false
|
|||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.11" }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio = { version = ">=1.13.1", features = ["full"] }
|
||||
scraper = "0.13"
|
||||
regex = "1"
|
||||
chrono = "0.4"
|
||||
regex = ">=1.5.5"
|
||||
chrono = ">=0.4.20"
|
||||
ics = "0.5"
|
||||
uuid = { version = "1.1", features = ["v4", "fast-rng"] }
|
||||
clap = { version = "3.2", features = ["derive"] }
|
||||
|
|
Loading…
Reference in a new issue