diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-07-24 12:23:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-24 12:23:16 -0700 |
| commit | b305ba3e1c155a33139ec0d764f547ffde4d4de4 (patch) | |
| tree | e6c915b8a91a6195d6c681551e6625429f83fab1 /cli/Cargo.toml | |
| parent | fcd9bbe8eeec7d418b47544b6699e405c4d83826 (diff) | |
perf: update deno_doc (#24700)
Ref https://github.com/denoland/deno_doc/pull/616
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 3fa5b54ed..4242fb09c 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.26.1", features = ["workspace", "sync"] } deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } -deno_doc = { version = "=0.142.0", features = ["html", "syntect"] } +deno_doc = { version = "0.144.0", features = ["html", "syntect"] } deno_emit = "=0.43.1" deno_graph = { version = "=0.80.1", features = ["tokio_executor"] } deno_lint = { version = "=0.60.1", features = ["docs"] } |
