diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-04-24 13:34:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-24 20:34:21 +0000 |
| commit | 5a7414e16349d6872a94db38955bf89edf621c30 (patch) | |
| tree | 0af8e39dd5fb395daac578deed33fae72f56f496 /cli/Cargo.toml | |
| parent | ac71d876d7c9e3fec65e4739540bc60c8d75ee9a (diff) | |
chore: update deno_doc (#23544)
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 4f25e6843..ecad2c173 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.16.1" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } -deno_doc = { version = "=0.125.0", features = ["html"] } +deno_doc = { version = "=0.128.0", features = ["html"] } deno_emit = "=0.40.0" deno_graph = { version = "=0.73.1", features = ["tokio_executor"] } deno_lint = { version = "=0.58.3", features = ["docs"] } |
