diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-01-17 14:54:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-17 14:54:00 +0100 |
commit | 7662b056231b6ffa3106be795b9f19ab409543ab (patch) | |
tree | cbe288026017b740e9778372f724a683f8b1390b /cli | |
parent | 147bfc9c56d363daaed9ae83d3abc9a61934ed06 (diff) |
chore: update deno_doc (#21969)
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 7072b8e40..18959bdee 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -57,7 +57,7 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "dep_gra deno_cache_dir = "=0.6.1" deno_config = "=0.7.1" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } -deno_doc = { version = "=0.89.1", features = ["html"] } +deno_doc = { version = "=0.93.0", features = ["html"] } deno_emit = "=0.33.0" deno_graph = "=0.63.3" deno_lint = { version = "=0.53.0", features = ["docs"] } |