summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorYazan AbdAl-Rahman <yazan.abdalrahman@exalt.ps>2024-08-20 21:38:06 +0300
committerGitHub <noreply@github.com>2024-08-20 18:38:06 +0000
commita7c8bb1596411f91e20ddd5cd54c9dbd055d1059 (patch)
tree408ed9e2935b4749820c30314087e801b0c280c4 /cli/Cargo.toml
parent1f47248143b2298d38dbada5b431570c067ed663 (diff)
feat: glob and directory support for `deno check` and `deno cache` cli arg paths (#25001)
Closes #24668 Closes #20813 --------- Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index c3fc704f1..06384f479 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -65,7 +65,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 = { version = "=0.30.0", features = ["workspace", "sync"] }
+deno_config = { version = "=0.30.1", features = ["workspace", "sync"] }
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "0.146.0", features = ["html", "syntect"] }
deno_emit = "=0.44.0"