Skip to content

Commit

Permalink
addresses issue #23
Browse files Browse the repository at this point in the history
  • Loading branch information
anewton1998 committed Dec 14, 2023
1 parent 4b0723e commit 4c2ef0b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ hyper = { version = "0.14", features = ["full"] }
# for use prefixmap
ipnet = { version = "2.7", features = ["json"] }

# using terminal helper
is-terminal = "0.4"

# embedded pager
minus = {version = "5.4", features = ["dynamic_output", "search"] }

Expand Down
1 change: 0 additions & 1 deletion icann-rdap-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const_format.workspace = true
directories.workspace = true
dotenv.workspace = true
ipnet.workspace = true
is-terminal.workspace = true
lazy_static.workspace = true
minus.workspace = true
pct-str.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion icann-rdap-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use icann_rdap_common::check::CheckClass;
use icann_rdap_common::client::create_client;
use icann_rdap_common::client::ClientConfig;
use query::ProcessingParams;
use std::io::IsTerminal;
use std::str::FromStr;
use tracing::error;
use tracing::info;
Expand All @@ -18,7 +19,6 @@ use clap::{ArgGroup, Parser, ValueEnum};
use error::CliError;
use icann_rdap_client::query::qtype::QueryType;
use icann_rdap_common::VERSION;
use is_terminal::IsTerminal;
use query::OutputType;
use reqwest::Client;
use tokio::{join, task::spawn_blocking};
Expand Down
1 change: 0 additions & 1 deletion icann-rdap-srv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ clap.workspace = true
dotenv.workspace = true
envmnt.workspace = true
ipnet.workspace = true
is-terminal.workspace = true
headers.workspace = true
http.workspace = true
hyper.workspace = true
Expand Down

0 comments on commit 4c2ef0b

Please sign in to comment.