From 48455de6743221e1091bcff342d539b585b4431f Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 12 Dec 2021 10:53:01 -0800 Subject: [PATCH] Update to itoa 1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e1bdcac5..350b68fa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]