diff --git a/Cargo.toml b/Cargo.toml index e4c363e..afec429 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" [dependencies] clap = { version = "4.0.17", features = ["derive"] } reqwest = { version = "0.11" } -tokio = { version = ">=1.13.1", features = ["full"] } +tokio = { version = ">=1.23.1", features = ["full"] } scraper = "0.13"