diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-03-27 16:25:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-28 00:25:39 +0100 |
| commit | dc985954e1c8f8350a40acbae726909eeef39520 (patch) | |
| tree | 1f9357b89ee314326e6267174f3f670cc0b8f9b4 /cli/Cargo.toml | |
| parent | 08d5d32dfccc4dc38c2aa95c81229bf031d3ac7f (diff) | |
chore: update deno_doc to 0.119.0 (#23103)
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 5345f45cf..44204fea7 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -66,7 +66,7 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "proposa deno_cache_dir = { workspace = true } deno_config = "=0.15.0" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } -deno_doc = { version = "=0.113.1", features = ["html"] } +deno_doc = { version = "=0.119.0", features = ["html"] } deno_emit = "=0.38.2" deno_graph = { version = "=0.69.9", features = ["tokio_executor"] } deno_lint = { version = "=0.58.0", features = ["docs"] } |
