Update to itoa 1.0

This commit is contained in:
David Tolnay 2021-12-12 10:53:01 -08:00
parent b66b0eb322
commit 48455de674
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -16,7 +16,7 @@ rust-version = "1.36"
[dependencies]
serde = { version = "1.0.100", default-features = false }
indexmap = { version = "1.5", optional = true }
itoa = { version = "0.4.3", default-features = false }
itoa = "1.0"
ryu = "1.0"
[dev-dependencies]