diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-03-30 23:06:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-31 04:06:29 +0100 |
| commit | d0a579a7b29ae733c20e8a3a99b0df24c478791c (patch) | |
| tree | 14752b91c6ca5a53b9e7251d808150bdc36239b3 /Cargo.lock | |
| parent | 99720d0713ecc17245e9b08652aadcb160d92cb8 (diff) | |
fix: deno_graph 0.69.10 (#23147)
* https://github.com/denoland/deno_graph/issues/420
* https://github.com/denoland/deno_graph/pull/424
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 1f6014abb..914569461 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1442,9 +1442,9 @@ dependencies = [ [[package]] name = "deno_graph" -version = "0.69.9" +version = "0.69.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83db0d70113af5ef5775c3d8fb9c17ab471ca69acb400d56b5de0dc1c8f6ede7" +checksum = "0e6442f864bb39619f9485220f5cd18ca73ad3a5fb352accd5dc39b24bc88543" dependencies = [ "anyhow", "async-trait", |
