summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-02-02 19:02:12 -0500
committerGitHub <noreply@github.com>2024-02-03 00:02:12 +0000
commit0bfa0cc0276e94f1a308aaad5f925eaacb6e3db2 (patch)
tree46f533c5c862050a93ebd3274a08fb941806b740 /Cargo.lock
parent6c6e49629c216f2b2a8d90ed2d590c0f727f62a4 (diff)
fix(test/regression): handle CLI arg directory using `../` in path (#22244)
Closes #22239
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 cff4a3f89..749e388d7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1171,9 +1171,9 @@ dependencies = [
[[package]]
name = "deno_config"
-version = "0.9.1"
+version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "aca0a5b9d2693efb14c8c80d66a052464f24cbf6b3473648037e282c0c616917"
+checksum = "e587768367b7b1e353407feccaf1fee9358f83ccd2d75ce405d59ec480172831"
dependencies = [
"anyhow",
"glob",