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