diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock index 31874a748..2b60a05e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -440,7 +440,6 @@ dependencies = [ "bitflags", "clap_lex", "indexmap", - "lazy_static", "strsim", "termcolor", "textwrap", @@ -750,7 +749,6 @@ dependencies = [ "libc", "log", "lsp-types", - "mitata", "monch", "napi_sym", "nix", @@ -2712,15 +2710,6 @@ dependencies = [ ] [[package]] -name = "mitata" -version = "0.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21fd49a3bd69c5be5d2c21899e2995ed99193b48e2c9f3ac09596a0d69f7fa79" -dependencies = [ - "clap", -] - -[[package]] name = "monch" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" |