Update to matchit 0.4.4 (#417)

- Static vs dynamic paths are now supported meaning `/foo` and `/:key`
  are not considered to overlap.
- A bug we hit regarding trailing slashes is fixed.
This commit is contained in:
David Pedersen
2021-10-25 23:35:33 +00:00
committed by GitHub
parent efdd197643
commit 9b17d86b92
4 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ futures-util = { version = "0.3", default-features = false, features = ["alloc"]
http = "0.2"
http-body = "0.4.3"
hyper = { version = "0.14", features = ["server", "tcp", "stream"] }
matchit = "0.4"
matchit = "0.4.4"
percent-encoding = "2.1"
pin-project-lite = "0.2.7"
serde = "1.0"