diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-09-18 16:40:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-18 16:40:41 -0400 |
| commit | 3de9af4d0bf5a411e4c43ce1ce474665585502b9 (patch) | |
| tree | 156a55dd21b6e11ae77702e5f6b3748cc87657c8 /Cargo.toml | |
| parent | dc1da309274823c15ad8ade0545678f8a9b8e54d (diff) | |
fix(npm): properly handle legacy shasum of package (#20557)
Closes #20554
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 22b6aa4e8..966f9a899 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ deno_bench_util = { version = "0.112.0", path = "./bench_util" } test_util = { path = "./test_util" } deno_lockfile = "0.17.1" deno_media_type = { version = "0.1.1", features = ["module_specifier"] } -deno_npm = "0.15.0" +deno_npm = "0.15.1" deno_semver = "0.5.0" # exts |
