summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-09-25 09:04:57 -0400
committerGitHub <noreply@github.com>2024-09-25 09:04:57 -0400
commit8cdb309ffd6686b2f3c4a2126d927fd5770be34d (patch)
tree68dfbc0d13e94b9e18f45925d1d5492a7ca6e267 /Cargo.lock
parent5c40b47629bc83b9120019b77b34ced5eaabcffe (diff)
fix(check): properly surface dependency errors in types file of js file (#25860)
We weren't surfacing dependency errors in types files of js files.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 492cfa260..bec2ec12c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1584,9 +1584,9 @@ dependencies = [
[[package]]
name = "deno_graph"
-version = "0.82.1"
+version = "0.82.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "78b63015c73aa203da206b5d35b4c1eaa23bc7fed37ab325da62d525a5524a04"
+checksum = "9328b62ffc7e806f1c92fd7a22e4ff3046fcb53f2d46e3e1297482b2c4c2bb9d"
dependencies = [
"anyhow",
"async-trait",