bump tokio (RUSTSEC-2021-0124 )

This commit is contained in:
Mylloon 2022-08-21 12:49:26 +02:00
parent 6df0df2df0
commit 7da61ae3ab
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -6,5 +6,5 @@ edition = "2021"
[dependencies]
clap = { version = "3.2", features = ["derive"] }
reqwest = { version = "0.11" }
tokio = { version = "1", features = ["full"] }
tokio = { version = ">=1.13.1", features = ["full"] }
scraper = "0.13"