diff --git a/axum/Cargo.toml b/axum/Cargo.toml index ceffd04f..5f808f57 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -31,7 +31,7 @@ http = "0.2.5" http-body = "0.4.4" hyper = { version = "0.14.14", features = ["server", "tcp", "stream"] } itoa = "1.0.1" -matchit = "0.4.4" +matchit = "0.4.6" memchr = "2.4.1" mime = "0.3.16" percent-encoding = "2.1"