summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-04-04 13:15:28 -0500
committerToby Vincent <tobyv13@gmail.com>2023-04-04 13:15:28 -0500
commitc4b6abcc42853add1081cd1711df84ff05143b25 (patch)
tree6d73e1c662c1e1fa6870630fc6f6404f7d6e1ebb
parentc94960b49f463b3c4a7da9fb1b6b2c122f7dd125 (diff)
chore(deps): remove unused dependencies
-rw-r--r--Cargo.lock14
-rw-r--r--Cargo.toml2
2 files changed, 0 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f712c1e..36db7a2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -134,12 +134,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
[[package]]
-name = "hostfile"
-version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c2733206bcc0550a15b450c64d8aa859f486d7281c4c0c36ef904b361960d658"
-
-[[package]]
name = "hostname"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -151,12 +145,6 @@ dependencies = [
]
[[package]]
-name = "indoc"
-version = "2.0.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690"
-
-[[package]]
name = "io-lifetimes"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -408,9 +396,7 @@ dependencies = [
"anyhow",
"clap",
"directories",
- "hostfile",
"hostname",
- "indoc",
"ron",
"serde",
"thiserror",
diff --git a/Cargo.toml b/Cargo.toml
index 9da5cb8..1c8b602 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,10 +10,8 @@ anyhow = "1.0.69"
clap = { version = "4.1.9", features = ["derive"] }
serde = { version = "1.0.156", features = ["derive"] }
ron = "0.8"
-indoc = "2.0.1"
directories = "4.0.1"
tracing = "0.1.37"
thiserror = "1.0.40"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
-hostfile = "0.2.0"
hostname = "0.3.1"