diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-07-10 22:46:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-10 22:46:46 +0200 |
| commit | 28f9485c25b7cadfd502fb460cf0d2a7e854c568 (patch) | |
| tree | 12edb514d9b40b9f1c04ca81f647d4f6a81711bc /cli | |
| parent | ad8d265e29e66e04082bc5d4bf6f68130ac8f6d6 (diff) | |
chore: update deno_doc (#24509)
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 e3cacb02b..1d4efb4b9 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 = { workspace = true, features = ["workspace"] } deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } -deno_doc = { version = "=0.141.1", features = ["html", "syntect"] } +deno_doc = { version = "=0.142.0", features = ["html", "syntect"] } deno_emit = "=0.43.1" deno_graph = { version = "=0.80.0", features = ["tokio_executor"] } deno_lint = { version = "=0.60.1", features = ["docs"] } |
