summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-11-19 08:56:04 -0800
committerGitHub <noreply@github.com>2024-11-19 08:56:04 -0800
commit628816448ea45807762fd8eb0c59302c9f2aac9a (patch)
tree909d67aa20b063bf74b9f3e1d31129e6d04d3a4d /cli/Cargo.toml
parent186b52731c6bb326c4d32905c5e732d082e83465 (diff)
refactor: update deno_doc, use prismjs, remove internal reference html generation logic (#26885)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 374f3dae5..dd1d44a8e 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -72,8 +72,8 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "proposa
deno_cache_dir.workspace = true
deno_config.workspace = true
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
-deno_doc = { version = "0.156.0", default-features = false, features = ["rust", "html", "syntect"] }
-deno_graph = { version = "=0.84.1" }
+deno_doc = { version = "0.160.0", features = ["rust", "comrak"] }
+deno_graph = { version = "=0.85.0" }
deno_lint = { version = "=0.68.0", features = ["docs"] }
deno_lockfile.workspace = true
deno_npm.workspace = true