diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-10-02 16:20:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-02 16:20:51 +0100 |
commit | 18beb13f0ea750ba36b7f062f3cfdcc08c610431 (patch) | |
tree | 253108152ff50a1e43c87b233f917275aec1945f /Cargo.toml | |
parent | ebc8a6169e95e37d68c2996de50100d19698427a (diff) |
fix(workspace): handle when config has members when specified via --config (#25988)
Closes #25847
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 e5c4f59e1..f60522907 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ dashmap = "5.5.3" data-encoding = "2.3.3" data-url = "=0.3.0" deno_cache_dir = "=0.13.0" -deno_package_json = { version = "0.1.1", default-features = false } +deno_package_json = { version = "0.1.2", default-features = false } dlopen2 = "0.6.1" ecb = "=0.1.2" elliptic-curve = { version = "0.13.4", features = ["alloc", "arithmetic", "ecdh", "std", "pem", "jwk"] } |