summaryrefslogtreecommitdiff
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
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
-rw-r--r--Cargo.lock4
-rw-r--r--cli/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3638e2cbe..eac520d09 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1588,9 +1588,9 @@ dependencies = [
[[package]]
name = "deno_graph"
-version = "0.83.0"
+version = "0.83.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "20088a4497b1a212482883dc7b0365e99f703d575fb512d4a793531cdc92ea76"
+checksum = "8c62ce152f24a4c0580e7a91431f75de48281157cf645459de8e9d7268dd95b2"
dependencies = [
"anyhow",
"async-trait",
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