summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-10-08 06:55:44 -0700
committerGitHub <noreply@github.com>2024-10-08 06:55:44 -0700
commit94adfeec78ae66d29e186f21e85efee2f179558f (patch)
tree5ca9d51021c0fd1db4648156ad1ebc678843fc7d /Cargo.toml
parentb2504b7b4d6c17d415d48be2b744aecdcc27a8ff (diff)
fix: use tree-sitter for deno_doc (#26066)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 734c3665e..f505ac916 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -139,7 +139,7 @@ ipnet = "2.3"
jsonc-parser = { version = "=0.23.0", features = ["serde"] }
lazy-regex = "3"
libc = "0.2.126"
-libz-sys = { version = "1.1", default-features = false }
+libz-sys = { version = "1.1.20", default-features = false }
log = "0.4.20"
lsp-types = "=0.97.0" # used by tower-lsp and "proposed" feature is unstable in patch releases
memmem = "0.1.1"