diff options
author | Lino Le Van <11367844+lino-levan@users.noreply.github.com> | 2024-02-13 01:56:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-13 00:56:10 +0000 |
commit | d236fc8b434a997f3588f673c5841b18ebdd8086 (patch) | |
tree | 2c042f9a13378bb698121608a36322236a26ee06 | |
parent | 3d2e52ae7ecdecadad6830f7991fee79185a9ffe (diff) |
chore: bump deno_graph to 0.65.3 (#22397)
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | cli/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 972cefbd3..89af50a8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 03eb73d56..365f26f91 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -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" |