From e43fb55a97e371143fd7131edb458591461f6702 Mon Sep 17 00:00:00 2001 From: tottoto Date: Sun, 27 Nov 2022 11:40:16 +0900 Subject: [PATCH] Update to matchit 0.7 --- axum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axum/Cargo.toml b/axum/Cargo.toml index 1d32a13ddb..6ebc1cae3a 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -39,7 +39,7 @@ http = "0.2.5" http-body = "0.4.4" hyper = { version = "0.14.14", features = ["stream"] } itoa = "1.0.1" -matchit = "0.6" +matchit = "0.7" memchr = "2.4.1" mime = "0.3.16" percent-encoding = "2.1"