mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Unpin itoa dependency (#1815)
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ futures-util = { version = "0.3", default-features = false, features = ["alloc"]
|
|||||||
http = "0.2.9"
|
http = "0.2.9"
|
||||||
http-body = "0.4.4"
|
http-body = "0.4.4"
|
||||||
hyper = { version = "0.14.24", features = ["stream"] }
|
hyper = { version = "0.14.24", features = ["stream"] }
|
||||||
itoa = "=1.0.5"
|
itoa = "1.0.5"
|
||||||
matchit = "0.7"
|
matchit = "0.7"
|
||||||
memchr = "2.4.1"
|
memchr = "2.4.1"
|
||||||
mime = "0.3.16"
|
mime = "0.3.16"
|
||||||
|
|||||||
Reference in New Issue
Block a user