forked from Anri/cal8tor
RUSTSEC-2023-0001
This commit is contained in:
parent
240365803f
commit
7ff71b7dcb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue