summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-08-29 02:34:43 -0700
committerGitHub <noreply@github.com>2024-08-29 02:34:43 -0700
commit055cdd00f73892deedaa9cdc7de85a22f5029b68 (patch)
treee6d6b0209db445d65ca0de64e3658ee4b7c8774e /cli
parentf7556d8962b2106e82c9f0eb90f406eec0b60dd0 (diff)
fix: update deno_doc (#25290)
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 616dae92e..ed804d50b 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 = { version = "=0.30.1", features = ["workspace", "sync"] }
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
-deno_doc = { version = "0.146.0", features = ["html", "syntect"] }
+deno_doc = { version = "0.147.0", features = ["html", "syntect"] }
deno_emit = "=0.44.0"
deno_graph = { version = "=0.81.3" }
deno_lint = { version = "=0.63.1", features = ["docs"] }