summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2024-04-12 15:10:57 +0200
committerGitHub <noreply@github.com>2024-04-12 13:10:57 +0000
commit650db71e35970af85a3f0a0ca89125088a372013 (patch)
tree367326622061b4d3888be5e80e8ef6ea426134d7 /cli
parentf3cddb96881c2067e9741c41a216b4cfc6a2b2f4 (diff)
chore: update deno_graph (#23340)
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 8996103ef..88a897692 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -68,7 +68,7 @@ deno_config = "=0.15.0"
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "=0.123.1", features = ["html"] }
deno_emit = "=0.39.0"
-deno_graph = { version = "=0.71.1", features = ["tokio_executor"] }
+deno_graph = { version = "=0.71.2", features = ["tokio_executor"] }
deno_lint = { version = "=0.58.2", features = ["docs"] }
deno_lockfile.workspace = true
deno_npm = "=0.17.0"