Browse Source

Remove dependency 'select'

Vecna 2 months ago
parent
commit
32d68893a7
2 changed files with 0 additions and 2 deletions
  1. 0 1
      Cargo.toml
  2. 0 1
      src/extra_info.rs

+ 0 - 1
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"]}

+ 0 - 1
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},