* bump chrono (RUSTSEC-2020-0159)

* bump tokio (RUSTSEC-2021-0124)
* bump regex (RUSTSEC-2022-0013)
This commit is contained in:
Mylloon 2022-08-21 12:51:43 +02:00
parent 780b510e0e
commit 1b0c7c7863
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -11,10 +11,10 @@ publish = false
[dependencies] [dependencies]
reqwest = { version = "0.11" } reqwest = { version = "0.11" }
tokio = { version = "1", features = ["full"] } tokio = { version = ">=1.13.1", features = ["full"] }
scraper = "0.13" scraper = "0.13"
regex = "1" regex = ">=1.5.5"
chrono = "0.4" chrono = ">=0.4.20"
ics = "0.5" ics = "0.5"
uuid = { version = "1.1", features = ["v4", "fast-rng"] } uuid = { version = "1.1", features = ["v4", "fast-rng"] }
clap = { version = "3.2", features = ["derive"] } clap = { version = "3.2", features = ["derive"] }