diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-07 17:53:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-07 21:53:17 +0000 |
| commit | 5379bb0289faaf39df9d3ce8e02c1d2f631e2696 (patch) | |
| tree | 80188f7d3b4868de41f325e0fe31430aaa98ce1d /Cargo.lock | |
| parent | 25fcfe5d79850b6969f2756415fc01e2234850c9 (diff) | |
fix(jsr): panic when importing jsr package with deps via https (#23728)
Closes #23644
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 c21efbbc8..c5340cb07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1483,9 +1483,9 @@ dependencies = [ [[package]] name = "deno_graph" -version = "0.74.4" +version = "0.74.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d70d7b300e5a4863d817db6fdcd914b57ff5165b481b4288437fe63d48757765" +checksum = "9b7078d584a4ff53349ec8f7909826dffe2a0c2ccb61b9b6549ea38d996d5a61" dependencies = [ "anyhow", "async-trait", |
