1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

chore: update deno_doc (#24509)

This commit is contained in:
Leo Kettmeir 2024-07-10 22:46:46 +02:00 committed by GitHub
parent ad8d265e29
commit 28f9485c25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1418,9 +1418,9 @@ dependencies = [
[[package]] [[package]]
name = "deno_doc" name = "deno_doc"
version = "0.141.1" version = "0.142.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6638960315276510480f7fdcf8af0c7f4599c703055ccbffae2edd29a18b42d" checksum = "16293d4ab42fdb4b499bf0bdc30def02048525c59cf268f65a66c4ab1d4520dc"
dependencies = [ dependencies = [
"ammonia", "ammonia",
"anyhow", "anyhow",

View file

@ -67,7 +67,7 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "proposa
deno_cache_dir = { workspace = true } deno_cache_dir = { workspace = true }
deno_config = { workspace = true, features = ["workspace"] } deno_config = { workspace = true, features = ["workspace"] }
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } 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_emit = "=0.43.1"
deno_graph = { version = "=0.80.0", features = ["tokio_executor"] } deno_graph = { version = "=0.80.0", features = ["tokio_executor"] }
deno_lint = { version = "=0.60.1", features = ["docs"] } deno_lint = { version = "=0.60.1", features = ["docs"] }