summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f381a5a89..b40f5a9b8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1164,7 +1164,6 @@ dependencies = [
"lsp-types",
"memmem",
"monch",
- "napi_sym",
"nix 0.26.2",
"notify",
"once_cell",
@@ -1688,7 +1687,10 @@ version = "0.91.0"
dependencies = [
"deno_core",
"deno_permissions",
+ "libc",
"libloading 0.7.4",
+ "log",
+ "napi_sym",
]
[[package]]