Archived
1
0
Fork 0
forked from Anri/cal8tor

RUSTSEC-2023-0001

This commit is contained in:
Mylloon 2023-02-07 15:24:23 +01:00
parent 240365803f
commit 7ff71b7dcb
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -11,7 +11,7 @@ publish = false
[dependencies] [dependencies]
reqwest = { version = "0.11" } reqwest = { version = "0.11" }
tokio = { version = ">=1.13.1", features = ["full"] } tokio = { version = ">=1.23.1", features = ["full"] }
scraper = "0.14" scraper = "0.14"
regex = ">=1.5.5" regex = ">=1.5.5"
chrono = ">=0.4.23" chrono = ">=0.4.23"