Upgrade to itoa v1.0 (#1024)

This commit is contained in:
Nikhil Benesch 2022-01-03 10:24:10 -05:00 committed by GitHub
parent 36faba8ee6
commit 363e434106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"] }