diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-08-12 12:57:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-12 12:57:50 -0700 |
| commit | b1036e4d9c6ce565ed50f88034b598a317f69fbd (patch) | |
| tree | 86a76ab6094e4e2314986322149993e2287b3e01 /cli/Cargo.toml | |
| parent | 3c70b9435a649a53614bd3ae6f434c2a455d575a (diff) | |
fix: update deno_doc (#24972)
For Better HTML titles and custom JSDoc module resolving
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index fcf497692..0e7050d92 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.28.0", features = ["workspace", "sync"] } deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } -deno_doc = { version = "0.145.0", features = ["html", "syntect"] } +deno_doc = { version = "0.146.0", features = ["html", "syntect"] } deno_emit = "=0.44.0" deno_graph = { version = "=0.81.2" } deno_lint = { version = "=0.62.0", features = ["docs"] } @@ -155,7 +155,7 @@ tokio.workspace = true tokio-util.workspace = true tower-lsp.workspace = true twox-hash.workspace = true -typed-arena = "=2.0.1" +typed-arena = "=2.0.2" uuid = { workspace = true, features = ["serde"] } which.workspace = true zeromq.workspace = true |
