diff --git a/Cargo.toml b/Cargo.toml index e88c30d..626acbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,6 @@ hyper-util = { version = "0.1", features = ["full"] } julianday = "1.2.0" lazy_static = "1" lox-library = { git = "https://gitlab.torproject.org/vecna/lox.git", version = "0.1.0" } -select = "0.6.0" serde = "1.0.197" serde_json = "1.0" serde_with = {version = "3.7.0", features = ["json"]} diff --git a/src/extra_info.rs b/src/extra_info.rs index 10fa41d..fbd5bd0 100644 --- a/src/extra_info.rs +++ b/src/extra_info.rs @@ -8,7 +8,6 @@ use http_body_util::{BodyExt, Empty}; use hyper::body::Bytes; use hyper_util::{client::legacy::Client, rt::TokioExecutor}; use julianday::JulianDay; -use select::{document::Document, predicate::Name}; use serde::{Deserialize, Serialize}; use std::{ collections::{BTreeMap, HashMap, HashSet},