diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-02-24 20:23:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-25 01:23:51 +0000 |
| commit | d6192ce8fd053e5ba670b8d954bd8d8f5f040941 (patch) | |
| tree | 896db54e71c481858224999b43d5c6212695ae09 /Cargo.lock | |
| parent | 033b70af19300a4e34dcf19ab0031245bfc19625 (diff) | |
fix: regression remapping remote specifier to local file (#17935)
Tests added to deno_graph, which were previously not there.
Closes #17932
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 397f6063c..7be61f838 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1093,9 +1093,9 @@ dependencies = [ [[package]] name = "deno_graph" -version = "0.44.1" +version = "0.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75a9fd8abbf9fd7e79762232611c188762b495919e1e8920bfd3d74b323edae3" +checksum = "1a2cb8c414852294d5fb23d265725bbf1fab9608296e04301440dba14fef71e5" dependencies = [ "anyhow", "data-url", |
