diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-10-02 16:10:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-02 16:10:49 +0100 |
| commit | ebc8a6169e95e37d68c2996de50100d19698427a (patch) | |
| tree | cfa810734b164cbd88f5dc74dccb3233d30fb75d /Cargo.lock | |
| parent | 55c2a88099760be6c00838b3c3202f732f84e651 (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 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 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", |
