From 32d68893a7b7a125e08b6c686553eeb85cc03612 Mon Sep 17 00:00:00 2001 From: Vecna Date: Mon, 25 Mar 2024 19:40:25 -0400 Subject: [PATCH] Remove dependency 'select' --- Cargo.toml | 1 - src/extra_info.rs | 1 - 2 files changed, 2 deletions(-) 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},