summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-10-02 16:10:49 +0100
committerGitHub <noreply@github.com>2024-10-02 16:10:49 +0100
commitebc8a6169e95e37d68c2996de50100d19698427a (patch)
treecfa810734b164cbd88f5dc74dccb3233d30fb75d /cli/Cargo.toml
parent55c2a88099760be6c00838b3c3202f732f84e651 (diff)
fix(no-slow-types): better `override` handling (#25989)
* https://github.com/denoland/deno_graph/pull/534 Closes https://github.com/denoland/deno/issues/25322
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 2cc32c880..2bde2df03 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -68,7 +68,7 @@ deno_cache_dir = { workspace = true }
deno_config = { version = "=0.35.0", features = ["workspace", "sync"] }
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "0.150.1", features = ["html", "syntect"] }
-deno_graph = { version = "=0.83.0" }
+deno_graph = { version = "=0.83.1" }
deno_lint = { version = "=0.67.0", features = ["docs"] }
deno_lockfile.workspace = true
deno_npm.workspace = true