diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-10-10 03:35:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-10 03:35:22 -0700 |
commit | 06aadcd22bb0f33ffd240e39ff8d39ab286e41b7 (patch) | |
tree | bfecb04af761e1e1a0e48f3523a5b8a534733c13 /cli/Cargo.toml | |
parent | 251840a60d1e2ba4ceca85029bd8cc342b6cd038 (diff) |
fix: do not panic when using methods on classes and interfaces in deno doc html output (#26100)
Fixes #26107
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ae57df4f7..8d1d1d124 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.37.1", features = ["workspace", "sync"] } deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } -deno_doc = { version = "0.152.0", features = ["html"] } +deno_doc = { version = "0.153.0", features = ["html"] } deno_graph = { version = "=0.83.3" } deno_lint = { version = "=0.67.0", features = ["docs"] } deno_lockfile.workspace = true |