diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-08-29 12:03:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-29 12:03:02 -0500 |
| commit | c4451d307697ec05029f2645ab787e9d1981145e (patch) | |
| tree | 9a060a73e1c96d66efab60b50af5e587f65191cb /Cargo.toml | |
| parent | bdc91211b067ea0a1e656ee0a0b4fecdd520bc31 (diff) | |
feat(lockfile): add redirects to the lockfile (#20262)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 2fe72de97..49a6d256d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,9 +46,9 @@ deno_runtime = { version = "0.125.0", path = "./runtime" } napi_sym = { version = "0.47.0", path = "./cli/napi/sym" } deno_bench_util = { version = "0.111.0", path = "./bench_util" } test_util = { path = "./test_util" } -deno_lockfile = "0.15.0" +deno_lockfile = "0.16.2" deno_media_type = { version = "0.1.1", features = ["module_specifier"] } -deno_npm = "0.12.0" +deno_npm = "0.13.0" deno_semver = "0.4.0" # exts |
