bump tokio (RUSTSEC-2021-0124 )
This commit is contained in:
parent
6df0df2df0
commit
7da61ae3ab
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue