From 86010bec092d074b161800da06149cfb79fb9f4b Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 8 Jul 2024 10:12:10 -0400 Subject: fix(workspace): better cli file argument handling (#24447) Closes https://github.com/denoland/deno/issues/24422 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2e5464718..439ec744a 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.0", default-features = false } +deno_config = { version = "=0.20.1", default-features = false } dlopen2 = "0.6.1" ecb = "=0.1.2" elliptic-curve = { version = "0.13.4", features = ["alloc", "arithmetic", "ecdh", "std", "pem"] } -- cgit v1.2.3