diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-07-08 20:23:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-09 00:23:45 +0000 |
| commit | e30ad77ffa471c4aa00c07cca49eb96bd6065612 (patch) | |
| tree | d012f90a55b58b9c269d55e967359de14ac5d9a9 /Cargo.toml | |
| parent | d472c48b388992e2e0b059492dddf50400520809 (diff) | |
feat: support wildcards in npm workspaces (#24471)
Implemented in https://github.com/denoland/deno_config/pull/74
Closes https://github.com/denoland/deno/issues/24420
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 439ec744a..9df94cb10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ console_static_text = "=0.8.1" data-encoding = "2.3.3" data-url = "=0.3.0" deno_cache_dir = "=0.10.0" -deno_config = { version = "=0.20.1", default-features = false } +deno_config = { version = "=0.20.2", default-features = false } dlopen2 = "0.6.1" ecb = "=0.1.2" elliptic-curve = { version = "0.13.4", features = ["alloc", "arithmetic", "ecdh", "std", "pem"] } |
