diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-10-08 12:48:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-08 11:48:29 +0000 |
| commit | 3fc9e49613547bbedcad1b02361db40c7f513b1f (patch) | |
| tree | 34355427cb877be34286394ef34d583a40af4d60 /Cargo.lock | |
| parent | ff4e682ff95af37b52c404d694ffcfcfa57bb127 (diff) | |
refactor: remove usage of full_range (#26065)
For https://github.com/denoland/deno_graph/pull/538/files
This was removed because the deserialization was not backwards
compatible.
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 a63da555d..75101170c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1612,9 +1612,9 @@ dependencies = [ [[package]] name = "deno_graph" -version = "0.83.1" +version = "0.83.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c62ce152f24a4c0580e7a91431f75de48281157cf645459de8e9d7268dd95b2" +checksum = "77163c46755676d8f793fc19e365537ba660a8db173cd1e02d21eb010c0b3cef" dependencies = [ "anyhow", "async-trait", |
