summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-07-10 22:46:46 +0200
committerGitHub <noreply@github.com>2024-07-10 22:46:46 +0200
commit28f9485c25b7cadfd502fb460cf0d2a7e854c568 (patch)
tree12edb514d9b40b9f1c04ca81f647d4f6a81711bc /cli
parentad8d265e29e66e04082bc5d4bf6f68130ac8f6d6 (diff)
chore: update deno_doc (#24509)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index e3cacb02b..1d4efb4b9 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -67,7 +67,7 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "proposa
deno_cache_dir = { workspace = true }
deno_config = { workspace = true, features = ["workspace"] }
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
-deno_doc = { version = "=0.141.1", features = ["html", "syntect"] }
+deno_doc = { version = "=0.142.0", features = ["html", "syntect"] }
deno_emit = "=0.43.1"
deno_graph = { version = "=0.80.0", features = ["tokio_executor"] }
deno_lint = { version = "=0.60.1", features = ["docs"] }