chore: bump deno_graph to 0.65.3 (#22397)

This commit is contained in:
Lino Le Van 2024-02-13 01:56:10 +01:00 committed by GitHub
parent 3d2e52ae7e
commit d236fc8b43
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

@ -1404,9 +1404,9 @@ dependencies = [
[[package]]
name = "deno_graph"
version = "0.65.2"
version = "0.65.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f5d44da4195e0908b78bbf5db30dbc7defc8173f8d3034462863beccb368df4"
checksum = "4d12c87f92df950ad0eed3ea8951f30bf9c54f69b3a903b805950d6761b35002"
dependencies = [
"anyhow",
"async-trait",

View file

@ -63,7 +63,7 @@ deno_config = "=0.9.2"
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "=0.103.0", features = ["html"] }
deno_emit = "=0.36.0"
deno_graph = "=0.65.2"
deno_graph = "=0.65.3"
deno_lint = { version = "=0.56.0", features = ["docs"] }
deno_lockfile.workspace = true
deno_npm = "=0.16.0"