diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-01-15 19:15:39 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-15 19:15:39 -0500 |
| commit | 4e72ca313a8fa1d826783bdc5657937da97d590c (patch) | |
| tree | 254bb4074df8a8dfe42200bc0e613b7e082651f3 /cli/Cargo.toml | |
| parent | 3ff80eb1521c49a43e0fae53840e5a636571ebfe (diff) | |
refactor: use globbing from deno_config (#21925)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index faefe28c1..c36aebd92 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -55,7 +55,7 @@ winres.workspace = true [dependencies] deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "dep_graph", "module_specifier", "proposal", "react", "sourcemap", "transforms", "typescript", "view", "visit"] } deno_cache_dir = "=0.6.1" -deno_config = "=0.6.5" +deno_config = "=0.7.1" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "=0.89.1", features = ["html"] } deno_emit = "=0.33.0" |
