diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-04-21 02:04:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-21 03:04:30 +0200 |
| commit | a2bd1a724bf6539ef2f7c3682b36107aae95fa25 (patch) | |
| tree | 1bc35935e32fc5368bedfb2fc508badaae5e25cf /cli | |
| parent | 695f314a913da3aa691381341385cbc1ef71b503 (diff) | |
chore: update deno_config to 0.16.1 (#23480)
Closes https://github.com/denoland/deno/issues/23343
Diffstat (limited to 'cli')
| -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 7563adf12..4f25e6843 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -64,7 +64,7 @@ winres.workspace = true [dependencies] deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "proposal", "react", "sourcemap", "transforms", "typescript", "view", "visit"] } deno_cache_dir = { workspace = true } -deno_config = "=0.15.0" +deno_config = "=0.16.1" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "=0.125.0", features = ["html"] } deno_emit = "=0.40.0" |
