diff --git a/Cargo.lock b/Cargo.lock index 3d720d7..4102722 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -513,7 +513,6 @@ dependencies = [ "http", "ignore", "reqwest", - "shell-words", "tempfile", "tokio", ] @@ -1185,12 +1184,6 @@ dependencies = [ "serde", ] -[[package]] -name = "shell-words" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" - [[package]] name = "signal-hook" version = "0.3.17" diff --git a/hitt-cli/Cargo.toml b/hitt-cli/Cargo.toml index bb0f962..04eac9f 100644 --- a/hitt-cli/Cargo.toml +++ b/hitt-cli/Cargo.toml @@ -29,6 +29,5 @@ hitt-sse = { workspace = true } http = { workspace = true } ignore = { version = "0.4.22" } reqwest = { workspace = true } -shell-words = { version = "1.1.0" } tempfile = { version = "3.10.1" } tokio = { workspace = true }