diff --git a/Cargo.lock b/Cargo.lock index a9d5b03..3dad93e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -894,15 +894,6 @@ dependencies = [ "windows-sys", ] -[[package]] -name = "itertools" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" -dependencies = [ - "either", -] - [[package]] name = "itoa" version = "1.0.5" @@ -2771,7 +2762,6 @@ dependencies = [ "copypasta", "env_logger", "htmlescape", - "itertools", "lazy_static", "log", "md-5", diff --git a/Cargo.toml b/Cargo.toml index f4115b9..aab2035 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,6 @@ rand = "0.8" md-5 = "0.10" copypasta = {version = "0.8", optional = true} scraper = "0.18" -itertools = { default-features = false, version = "0.10.5" } [target.'cfg(windows)'.dependencies] winrt-notification = {version = "^0.3", optional = true}