diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-10-21 15:31:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-21 19:31:16 +0000 |
commit | 49d9c02bfa964082fc51df32dfb7ed3e05457508 (patch) | |
tree | d0d138d1179f1d04989c0584e6c00b5eb0acb91c /Cargo.toml | |
parent | 39fb55096ec12c8c18d15dff63a750a22169e3e6 (diff) |
fix(npm): support version ranges with && or comma (#26453)
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 92dd604e6..7d5c507ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ deno_npm = "=0.25.4" deno_path_util = "=0.2.1" deno_permissions = { version = "0.33.0", path = "./runtime/permissions" } deno_runtime = { version = "0.182.0", path = "./runtime" } -deno_semver = "=0.5.14" +deno_semver = "=0.5.16" deno_terminal = "0.2.0" napi_sym = { version = "0.103.0", path = "./cli/napi/sym" } test_util = { package = "test_server", path = "./tests/util/server" } |