chore(deps): update rust crate urlpattern to 0.3 (v2) (#1607)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
This commit is contained in:
renovate[bot]
2024-09-02 15:37:44 +02:00
committed by GitHub
co-authored by FabianLars
parent b4c95b25df
commit de04935b2f
4 changed files with 19 additions and 6 deletions
+1
View File
@@ -59,6 +59,7 @@ impl From<HttpScopeEntry> for scope::Entry {
url: urlpattern::UrlPattern::parse(
urlpattern::UrlPatternInit::parse_constructor_string::<regex::Regex>(&url, None)
.unwrap(),
Default::default(),
)
.unwrap(),
}