diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -300,7 +300,6 @@ dependencies = [ "pathdiff", "serde", "serde_json", - "shellexpand", "thiserror", "tokio", "tokio-stream", @@ -771,15 +770,6 @@ dependencies = [ ] [[package]] -name = "shellexpand" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83bdb7831b2d85ddf4a7b148aa19d0587eddbe8671a436b7bd1182eaad0f2829" -dependencies = [ - "dirs-next", -] - -[[package]] name = "signal-hook" version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" |