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 /cli | |
parent | 25fcfe5d79850b6969f2756415fc01e2234850c9 (diff) |
fix(jsr): panic when importing jsr package with deps via https (#23728)
Closes #23644
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a82b2045b..d1a47e468 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -69,7 +69,7 @@ deno_config = "=0.16.3" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "=0.129.0", features = ["html", "syntect"] } deno_emit = "=0.40.2" -deno_graph = { version = "=0.74.4", features = ["tokio_executor"] } +deno_graph = { version = "=0.74.5", features = ["tokio_executor"] } deno_lint = { version = "=0.58.4", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.18.0" |