summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-01-31 18:34:15 +0100
committerGitHub <noreply@github.com>2024-01-31 17:34:15 +0000
commitb91ae888601f3c6602ceb9ec083ac252d06e64ce (patch)
tree455ef84f7cf31769afe968882c33f12a0411b0ea /cli/Cargo.toml
parenta82eb3fb3d073c9dd99748883d2cd98ff4a38903 (diff)
chore: update deno_doc (#22174)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index a897b4ca6..fba54c85b 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -57,7 +57,7 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "dep_gra
deno_cache_dir = "=0.6.1"
deno_config = "=0.9.1"
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
-deno_doc = { version = "=0.94.1", features = ["html"] }
+deno_doc = { version = "=0.98.0", features = ["html"] }
deno_emit = "=0.34.0"
deno_graph = "=0.63.6"
deno_lint = { version = "=0.55.0", features = ["docs"] }