Skip to content

Commit

Permalink
fix: upgrade deno_doc to 0.161.3 (#27377)
Browse files Browse the repository at this point in the history
upgrades itoa requirement to `1.0.14`. needed for #27308
  • Loading branch information
littledivy authored and dsherret committed Jan 9, 2025
1 parent c85e9ff commit 0ac82d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "proposa
deno_cache_dir.workspace = true
deno_config.workspace = true
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "=0.161.2", features = ["rust", "comrak"] }
deno_doc = { version = "=0.161.3", features = ["rust", "comrak"] }
deno_graph = { version = "=0.86.3" }
deno_lint = { version = "=0.68.2", features = ["docs"] }
deno_lockfile.workspace = true
Expand Down

0 comments on commit 0ac82d6

Please sign in to comment.