summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-10-09 18:49:56 +0100
committerGitHub <noreply@github.com>2024-10-09 18:49:56 +0100
commit251840a60d1e2ba4ceca85029bd8cc342b6cd038 (patch)
treefcb0796e32b27d2770bc5e678e769170581607a0 /Cargo.lock
parent20ae8db50d7d48ad020b83ebe78dc0e9e9eab3b2 (diff)
fix: do not panic on wsl share file paths on windows (#26081)
A test is going to fail on windows (I'm not on a windows machine atm, so running the CI to see what fails) Closes #26080
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 c559611cd..f8551787e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1945,9 +1945,9 @@ dependencies = [
[[package]]
name = "deno_path_util"
-version = "0.2.0"
+version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4889646c1ce8437a6fde3acb057fd7e2d039e62c61f5063fc125ed1ede114dc6"
+checksum = "ff25f6e08e7a0214bbacdd6f7195c7f1ebcd850c87a624e4ff06326b68b42d99"
dependencies = [
"percent-encoding",
"thiserror",