Convert UNC paths in more places

This commit is contained in:
Gregory Schier
2024-07-25 07:47:00 -07:00
parent 6ffb0015c6
commit 80777f712c
6 changed files with 37 additions and 25 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -2033,6 +2033,7 @@ name = "grpc"
version = "0.1.0"
dependencies = [
"anyhow",
"dunce",
"hyper 0.14.29",
"hyper-rustls 0.24.2",
"log",
@@ -3874,6 +3875,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"command-group",
"dunce",
"log",
"prost 0.13.1",
"rand 0.8.5",