From 41c71ed353a71526c52633d854466c1619dacae4 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 16 Dec 2021 19:50:09 +0700 Subject: [PATCH] deps: update to itoa 1 PR #255 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 628e8cd..4629ede 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ bench = false [dependencies] bstr = { version = "0.2.1", features = ["serde1"] } csv-core = { path = "csv-core", version = "0.1.6" } -itoa = "0.4.3" +itoa = "1" ryu = "1" serde = "1.0.55"