diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-11-20 14:25:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-20 14:25:13 +0100 |
| commit | 611e71cf3b053f350006cc55b6387603a894ca13 (patch) | |
| tree | 8b0c898c2ef0c8651b875d4dab71b644820a1fa2 /cli | |
| parent | 498bdc1e2af03f2c66b2279c30ec9486c0ce9ccd (diff) | |
chore: update deno_doc to 0.73.3 (#21262)
Removes some unnecessary dependencies.
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 a4615ccb5..4265731d0 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -53,7 +53,7 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "dep_gra deno_cache_dir = "=0.6.1" deno_config = "=0.6.4" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } -deno_doc = { version = "=0.73.2", features = ["html"] } +deno_doc = { version = "=0.73.3", features = ["html"] } deno_emit = "=0.31.4" deno_graph = "=0.61.1" deno_lint = { version = "=0.52.2", features = ["docs"] } |
