summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-07-12 14:48:03 -0400
committerGitHub <noreply@github.com>2024-07-12 14:48:03 -0400
commit1c41db76ac9eb66dee8871a5b4604813681aa59f (patch)
treea34543ee2941d5dcbda92b3ccbb0de5066087226 /cli
parent8ee14bd56ac350d65256bdb17cc1e7434ff5b27f (diff)
fix: include already seen deps in lockfile dep tracking (#24556)
Tests in https://github.com/denoland/deno_graph/pull/504 Closes #24536
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 58ce9ab93..41f659708 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -69,7 +69,7 @@ deno_config = { workspace = true, features = ["workspace"] }
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "=0.142.0", features = ["html", "syntect"] }
deno_emit = "=0.43.1"
-deno_graph = { version = "=0.80.0", features = ["tokio_executor"] }
+deno_graph = { version = "=0.80.1", features = ["tokio_executor"] }
deno_lint = { version = "=0.60.1", features = ["docs"] }
deno_lockfile.workspace = true
deno_npm = "=0.21.4"