summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2023-03-25 15:29:46 +0100
committerGitHub <noreply@github.com>2023-03-25 15:29:46 +0100
commitfe88b53e50034e185246e03be586c470ca4fbf78 (patch)
tree298740b9a033f10d88a05dabe66e9bdbe1ffef25 /Cargo.lock
parente4c60bc1c658be762f59d3c22b4040777a5100f8 (diff)
refactor: include mitata (#18426)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
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"