From f9f64a3ecd05c5cb76b7ab73c4534a41a25e8f19 Mon Sep 17 00:00:00 2001 From: Alex Butler <alexheretic@gmail.com> Date: Sun, 5 Mar 2023 13:28:10 +0000 Subject: [PATCH] Unpin itoa dependency (#1815) --- axum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axum/Cargo.toml b/axum/Cargo.toml index fe34cc71..7404f623 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -69,7 +69,7 @@ futures-util = { version = "0.3", default-features = false, features = ["alloc"] http = "0.2.9" http-body = "0.4.4" hyper = { version = "0.14.24", features = ["stream"] } -itoa = "=1.0.5" +itoa = "1.0.5" matchit = "0.7" memchr = "2.4.1" mime = "0.3.16"