From 2eab37280ce26b167d419e01acfd0cd3b22ebb6f Mon Sep 17 00:00:00 2001 From: Ibraheem Ahmed Date: Mon, 31 Jan 2022 14:06:24 -0500 Subject: [PATCH] update matchit to 0.4.6 (#736) --- axum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"