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 /cli | |
parent | 3d2e52ae7ecdecadad6830f7991fee79185a9ffe (diff) |
chore: bump deno_graph to 0.65.3 (#22397)
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 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" |