From bae93805dec3eb8ee2a22eaeba2ada44abfc9fdc Mon Sep 17 00:00:00 2001 From: Zelda Hessler Date: Thu, 9 Feb 2023 11:02:19 -0600 Subject: [PATCH] Update pretty_assertions (#2332) * update: pretty_assertions * update: just use v1.3 --- aws/rust-runtime/aws-sigv4/Cargo.toml | 2 +- rust-runtime/aws-smithy-checksums/Cargo.toml | 2 +- rust-runtime/aws-smithy-http/Cargo.toml | 2 +- rust-runtime/aws-smithy-protocol-test/Cargo.toml | 2 +- tools/ci-build/changelogger/Cargo.toml | 2 +- tools/ci-build/crate-hasher/Cargo.toml | 2 +- tools/ci-build/publisher/Cargo.toml | 2 +- tools/ci-build/sdk-versioner/Cargo.toml | 2 +- tools/ci-cdk/canary-runner/Cargo.toml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/aws/rust-runtime/aws-sigv4/Cargo.toml b/aws/rust-runtime/aws-sigv4/Cargo.toml index ad1570bb86..90cf5f42f3 100644 --- a/aws/rust-runtime/aws-sigv4/Cargo.toml +++ b/aws/rust-runtime/aws-sigv4/Cargo.toml @@ -32,7 +32,7 @@ sha2 = "0.10" criterion = "0.4" bytes = "1" httparse = "1.5" -pretty_assertions = "1.0" +pretty_assertions = "1.3" proptest = "1" time = { version = "0.3.4", features = ["parsing"] } diff --git a/rust-runtime/aws-smithy-checksums/Cargo.toml b/rust-runtime/aws-smithy-checksums/Cargo.toml index b210360d55..ed770fe799 100644 --- a/rust-runtime/aws-smithy-checksums/Cargo.toml +++ b/rust-runtime/aws-smithy-checksums/Cargo.toml @@ -29,7 +29,7 @@ tracing = "0.1" [dev-dependencies] bytes-utils = "0.1.2" -pretty_assertions = "1.2" +pretty_assertions = "1.3" tokio = { version = "1.8.4", features = ["macros", "rt"] } tracing-test = "0.2.1" diff --git a/rust-runtime/aws-smithy-http/Cargo.toml b/rust-runtime/aws-smithy-http/Cargo.toml index 23bb28437d..05e39ee18b 100644 --- a/rust-runtime/aws-smithy-http/Cargo.toml +++ b/rust-runtime/aws-smithy-http/Cargo.toml @@ -39,7 +39,7 @@ tokio-util = { version = "0.7", optional = true } async-stream = "0.3" futures-util = "0.3" hyper = { version = "0.14.12", features = ["stream"] } -pretty_assertions = "1.2" +pretty_assertions = "1.3" proptest = "1" tokio = { version = "1.8.4", features = [ "macros", diff --git a/rust-runtime/aws-smithy-protocol-test/Cargo.toml b/rust-runtime/aws-smithy-protocol-test/Cargo.toml index b4d5bb516b..e18aea12b4 100644 --- a/rust-runtime/aws-smithy-protocol-test/Cargo.toml +++ b/rust-runtime/aws-smithy-protocol-test/Cargo.toml @@ -15,7 +15,7 @@ regex = "1.5" # Not perfect for our needs, but good for now assert-json-diff = "1.1" -pretty_assertions = "1.0" +pretty_assertions = "1.3" roxmltree = "0.14.1" diff --git a/tools/ci-build/changelogger/Cargo.toml b/tools/ci-build/changelogger/Cargo.toml index fd4d4e5c8c..8dd0936365 100644 --- a/tools/ci-build/changelogger/Cargo.toml +++ b/tools/ci-build/changelogger/Cargo.toml @@ -26,5 +26,5 @@ time = { version = "0.3.9", features = ["local-offset"]} toml = "0.5.8" [dev-dependencies] -pretty_assertions = "1.2.1" +pretty_assertions = "1.3" tempfile = "3.3.0" diff --git a/tools/ci-build/crate-hasher/Cargo.toml b/tools/ci-build/crate-hasher/Cargo.toml index 3456cdff45..3f9376443a 100644 --- a/tools/ci-build/crate-hasher/Cargo.toml +++ b/tools/ci-build/crate-hasher/Cargo.toml @@ -22,6 +22,6 @@ sha256 = "1.1" [dev-dependencies] flate2 = "1.0" -pretty_assertions = "1.2" +pretty_assertions = "1.3" tar = "0.4" tempdir = "0.3" diff --git a/tools/ci-build/publisher/Cargo.toml b/tools/ci-build/publisher/Cargo.toml index fb543a9daa..f076cedacf 100644 --- a/tools/ci-build/publisher/Cargo.toml +++ b/tools/ci-build/publisher/Cargo.toml @@ -38,4 +38,4 @@ tracing-subscriber = { version = "0.3.15", features = ["env-filter"] } tempfile = "3.3.0" [dev-dependencies] -pretty_assertions = "1.2.1" +pretty_assertions = "1.3" diff --git a/tools/ci-build/sdk-versioner/Cargo.toml b/tools/ci-build/sdk-versioner/Cargo.toml index 13122eecce..4cd1e37af8 100644 --- a/tools/ci-build/sdk-versioner/Cargo.toml +++ b/tools/ci-build/sdk-versioner/Cargo.toml @@ -19,5 +19,5 @@ toml = { version = "0.5.8", features = ["preserve_order"] } smithy-rs-tool-common = { version = "0.1", path = "../smithy-rs-tool-common" } [dev-dependencies] -pretty_assertions = "1" +pretty_assertions = "1.3" tempfile = "3" diff --git a/tools/ci-cdk/canary-runner/Cargo.toml b/tools/ci-cdk/canary-runner/Cargo.toml index aaa0872a0c..d2325d59f9 100644 --- a/tools/ci-cdk/canary-runner/Cargo.toml +++ b/tools/ci-cdk/canary-runner/Cargo.toml @@ -33,4 +33,4 @@ tracing-subscriber = { version = "0.3.15", features = ["env-filter", "fmt"] } zip = { version = "0.6.2", default-features = false, features = ["deflate"] } [dev-dependencies] -pretty_assertions = "1.1" +pretty_assertions = "1.3"