Bump matchit to 0.9.2 (#3702)

The new version now supports prefix and suffix captures such as `/{file}.png`, `/avatar.{extension}`, and `/user-{id}.png`.

Co-authored-by: David Mládek <[email protected]>
This commit is contained in:
Dmitry Marakasov
2026-04-10 19:47:51 +02:00
committed by GitHub
co-authored by David Mládek
parent 67ce49aa52
commit f31dcd3c1e
10 changed files with 355 additions and 13 deletions
+2 -2
View File
@@ -2631,9 +2631,9 @@ dependencies = [
[[package]]
name = "matchit"
version = "0.8.4"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
checksum = "8863b587001c1b9a8a4e36008cebc6b3612cb1226fe2de94858e06092687b608"
[[package]]
name = "md-5"