summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2023-12-30 01:04:50 +0100
committerGitHub <noreply@github.com>2023-12-30 00:04:50 +0000
commit4de9ddcf210e68ef81fcb00261a2c928b1650740 (patch)
tree76b1abcdab9d80865fba80e939d6affd81acf1fe /cli/Cargo.toml
parent4740929950b7043da51a0b717c9e6e1116791f02 (diff)
chore: update deno_doc to 0.85.0 (#21678)
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 30e1fcbcc..47b13a74e 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -60,7 +60,7 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "dep_gra
deno_cache_dir = "=0.6.1"
deno_config = "=0.6.5"
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
-deno_doc = { version = "=0.75.1", features = ["html"] }
+deno_doc = { version = "=0.85.0", features = ["html"] }
deno_emit = "=0.32.0"
deno_graph = "=0.62.2"
deno_lint = { version = "=0.52.2", features = ["docs"] }