From 0a350704d28fc27706ea5b6f68435e3fca155042 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Sat, 12 Oct 2024 22:32:15 +0200 Subject: [PATCH] Remove unused `scheduled-thread-pool` dependency --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee782b2a533..37e6fa6d780 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1046,7 +1046,6 @@ dependencies = [ "regex", "reqwest 0.12.8", "rss", - "scheduled-thread-pool", "secrecy", "semver", "sentry", diff --git a/Cargo.toml b/Cargo.toml index 914874dc79d..50ba5456f68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,6 @@ quick-xml = "=0.36.2" rand = "=0.8.5" reqwest = { version = "=0.12.8", features = ["blocking", "gzip", "json"] } rss = { version = "=2.0.9", default-features = false, features = ["atom"] } -scheduled-thread-pool = "=0.2.7" secrecy = "=0.10.3" semver = { version = "=1.0.23", features = ["serde"] } sentry = { version = "=0.34.0", features = ["tracing", "tower", "tower-axum-matched-path", "tower-http"] }