Fix URL grammar for path parameters

This commit is contained in:
Gregory Schier
2025-04-17 06:30:48 -07:00
parent 6c513616c0
commit 14a6079176
5 changed files with 17 additions and 22 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -1258,7 +1258,6 @@ dependencies = [
"hkdf",
"num",
"once_cell",
"openssl",
"rand 0.8.5",
"sha2",
]
@@ -2875,7 +2874,6 @@ version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
dependencies = [
"cc",
"pkg-config",
]