From 363e43410631db618eb8295a4f37949c3d4cab87 Mon Sep 17 00:00:00 2001 From: Nikhil Benesch Date: Mon, 3 Jan 2022 10:24:10 -0500 Subject: [PATCH] Upgrade to itoa v1.0 (#1024) --- rust-runtime/aws-smithy-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-runtime/aws-smithy-types/Cargo.toml b/rust-runtime/aws-smithy-types/Cargo.toml index 2e4f88127e..8815f582d8 100644 --- a/rust-runtime/aws-smithy-types/Cargo.toml +++ b/rust-runtime/aws-smithy-types/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" repository = "https://github.com/awslabs/smithy-rs" [dependencies] -itoa = "0.4.0" +itoa = "1.0.0" num-integer = "0.1" ryu = "1.0.5" time = { version = "0.3.4", features = ["parsing"] }