diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-05-24 16:23:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-24 16:23:10 -0400 |
| commit | 91ca9904b57db275a51a81ad71b1ee9fe42c7cda (patch) | |
| tree | da6b478939b6bdf5a11f57a5a92f1dad8905fca5 /Cargo.toml | |
| parent | 114ec3c1f71b40bd4bba473b0187e7c664ed1755 (diff) | |
refactor: upgrade to deno_npm 0.6 (#19244)
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 e2d2b4199..086cb09a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ deno_bench_util = { version = "0.99.0", path = "./bench_util" } test_util = { path = "./test_util" } deno_lockfile = "0.14.1" deno_media_type = { version = "0.1.0", features = ["module_specifier"] } -deno_npm = "0.5.1" +deno_npm = "0.6.0" deno_semver = "0.2.1" # exts |
