summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-07-08 10:12:10 -0400
committerGitHub <noreply@github.com>2024-07-08 14:12:10 +0000
commit86010bec092d074b161800da06149cfb79fb9f4b (patch)
tree78ab91b1fffc53ff8a56fc86e2c6f0459b21a129 /Cargo.lock
parent1e97f0f1487d27b69d85ebe8e9d84c21af1d9dde (diff)
fix(workspace): better cli file argument handling (#24447)
Closes https://github.com/denoland/deno/issues/24422
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8daaa4551..04be7a90f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1307,9 +1307,9 @@ dependencies = [
[[package]]
name = "deno_config"
-version = "0.20.0"
+version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "64772162a8e8c1b3a9c48b4a0924e29f5b8f0ae23ea2027361937e96d04d493d"
+checksum = "ff203375858a92c7afa82324e89ff1f84c04fb456613135c4abccc6b8f31e8e5"
dependencies = [
"anyhow",
"deno_semver",