Upgrade itoa to version 1

This commit is contained in:
Joakim Frostegård 2022-01-30 15:55:35 +01:00
parent 391c55a19e
commit 9ba72ce3fd
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -97,7 +97,7 @@ dependencies = [
"futures-lite",
"futures-rustls",
"glommio 0.6.0 (git+https://github.com/DataDog/glommio.git?rev=4e6b14772da2f4325271fbcf12d24cf91ed466e5)",
"itoa 0.4.8",
"itoa 1.0.1",
"log",
"memchr",
"mimalloc",
@ -146,7 +146,7 @@ dependencies = [
"hashbrown 0.11.2",
"hex",
"httparse",
"itoa 0.4.8",
"itoa 1.0.1",
"log",
"memchr",
"quickcheck",