diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-08-05 01:49:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-05 01:49:28 -0700 |
| commit | 27ea23ea69bc018f48abbd4ec0d0572b6d1beca4 (patch) | |
| tree | 311633a9d5cbcdc55ca97faf44c06b108988e3b0 /Cargo.lock | |
| parent | 3f79db14862d856913fe4741f3d5f919bac5522a (diff) | |
feat(urlpattern): add ignoreCase option & hasRegExpGroups property, and fix spec discrepancies (#24741)
Fixes #20906
Fixes #24266
Closes #21073
---------
Signed-off-by: Leo Kettmeir <crowlkats@toaxl.com>
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock index e26dd67b1..6da1207fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5497,9 +5497,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.4" +version = "1.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" +checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" dependencies = [ "aho-corasick", "memchr", @@ -7677,11 +7677,10 @@ dependencies = [ [[package]] name = "urlpattern" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9bd5ff03aea02fa45b13a7980151fe45009af1980ba69f651ec367121a31609" +checksum = "70acd30e3aa1450bc2eece896ce2ad0d178e9c079493819301573dae3c37ba6d" dependencies = [ - "derive_more", "regex", "serde", "unic-ucd-ident", |
