Unpin itoa dependency (#1815)

This commit is contained in:
Alex Butler 2023-03-05 13:28:10 +00:00 committed by GitHub
parent fd974cfa13
commit f9f64a3ecd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"