From fc0c6ea90ca510147dfe180a2ba1da1bfb9bd186 Mon Sep 17 00:00:00 2001 From: Russell Cohen Date: Wed, 14 Apr 2021 18:08:29 -0400 Subject: [PATCH] Upgrade proptest to 1.0 (#310) --- rust-runtime/inlineable/Cargo.toml | 2 +- rust-runtime/smithy-http/Cargo.toml | 2 +- rust-runtime/smithy-types/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust-runtime/inlineable/Cargo.toml b/rust-runtime/inlineable/Cargo.toml index 5ba64d76c..a3b03707d 100644 --- a/rust-runtime/inlineable/Cargo.toml +++ b/rust-runtime/inlineable/Cargo.toml @@ -17,4 +17,4 @@ are to allow this crate to be compilable and testable in isolation, no client co "fastrand" = "1" [dev-dependencies] -proptest = "0.10.1" +proptest = "1" diff --git a/rust-runtime/smithy-http/Cargo.toml b/rust-runtime/smithy-http/Cargo.toml index 8f7d63dc3..6740ee425 100644 --- a/rust-runtime/smithy-http/Cargo.toml +++ b/rust-runtime/smithy-http/Cargo.toml @@ -13,5 +13,5 @@ http = "0.2.3" thiserror = "1" [dev-dependencies] -proptest = "0.10.1" +proptest = "1" base64 = "0.13.0" diff --git a/rust-runtime/smithy-types/Cargo.toml b/rust-runtime/smithy-types/Cargo.toml index 7f4968aa1..f72038167 100644 --- a/rust-runtime/smithy-types/Cargo.toml +++ b/rust-runtime/smithy-types/Cargo.toml @@ -10,4 +10,4 @@ license = "Apache-2.0" chrono = { version = "0.4", default-features = false, features = ["alloc"] } [dev-dependencies] -proptest = "0.10.1" +proptest = "1" -- GitLab