diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-08-29 02:34:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-29 02:34:43 -0700 |
| commit | 055cdd00f73892deedaa9cdc7de85a22f5029b68 (patch) | |
| tree | e6d6b0209db445d65ca0de64e3658ee4b7c8774e /cli | |
| parent | f7556d8962b2106e82c9f0eb90f406eec0b60dd0 (diff) | |
fix: update deno_doc (#25290)
Diffstat (limited to 'cli')
| -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 616dae92e..ed804d50b 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.30.1", features = ["workspace", "sync"] } deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } -deno_doc = { version = "0.146.0", features = ["html", "syntect"] } +deno_doc = { version = "0.147.0", features = ["html", "syntect"] } deno_emit = "=0.44.0" deno_graph = { version = "=0.81.3" } deno_lint = { version = "=0.63.1", features = ["docs"] } |
