Remove dependency 'select'
This commit is contained in:
parent
7481fe10f9
commit
32d68893a7
|
@ -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"]}
|
||||
|
|
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue