summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-10-30 23:49:43 -0400
committerGitHub <noreply@github.com>2023-10-31 09:19:43 +0530
commit092555c611ebab87ad570b4dcb73d54288dccdd9 (patch)
tree59b8524320c698a969c1493203dd81a23d4276ef /cli/Cargo.toml
parent1713df13524ad20c6bd0413bcf4aa57adc3f9735 (diff)
refactor: update to deno_doc 0.71 (#21023)
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 de5116350..9cc95c806 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -49,7 +49,7 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "dep_gra
deno_cache_dir = "=0.6.1"
deno_config = "=0.4.0"
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
-deno_doc = "=0.70.0"
+deno_doc = "=0.71.0"
deno_emit = "=0.31.1"
deno_graph = "=0.59.1"
deno_lint = { version = "=0.52.2", features = ["docs"] }