diff --git a/axum/Cargo.toml b/axum/Cargo.toml index 61acba72..81b10574 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -29,7 +29,7 @@ http = "0.2.5" http-body = "0.4.4" mime = "0.3.16" hyper = { version = "0.14.14", features = ["server", "tcp", "stream"] } -matchit = "0.4.4" +matchit = "0.4.6" memchr = "2.4.1" percent-encoding = "2.1" pin-project-lite = "0.2.7"