mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-01 08:56:15 +01:00
Update to matchit 0.7 (#1582)
This commit is contained in:
parent
28f1996f9c
commit
3279d64f96
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ http = "0.2.5"
|
||||||
http-body = "0.4.4"
|
http-body = "0.4.4"
|
||||||
hyper = { version = "0.14.14", features = ["stream"] }
|
hyper = { version = "0.14.14", features = ["stream"] }
|
||||||
itoa = "1.0.1"
|
itoa = "1.0.1"
|
||||||
matchit = "0.6"
|
matchit = "0.7"
|
||||||
memchr = "2.4.1"
|
memchr = "2.4.1"
|
||||||
mime = "0.3.16"
|
mime = "0.3.16"
|
||||||
percent-encoding = "2.1"
|
percent-encoding = "2.1"
|
||||||
|
|
Loading…
Reference in a new issue