Match path placeholders with a scan instead of a regex

This commit is contained in:
Gregory Schier
2026-08-17 09:17:38 -07:00
parent d4007d3499
commit 4f374facca
7 changed files with 64 additions and 34 deletions
Generated
-7
View File
@@ -6681,12 +6681,6 @@ dependencies = [
"regex-syntax 0.8.5",
]
[[package]]
name = "regex-lite"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
[[package]]
name = "regex-syntax"
version = "0.5.6"
@@ -11566,7 +11560,6 @@ dependencies = [
"nanoid",
"r2d2",
"r2d2_sqlite",
"regex-lite",
"rusqlite",
"schemars 0.8.22",
"sea-query",