Skip to content

Commit

Permalink
Update pretty_assertions (smithy-lang#2332)
Browse files Browse the repository at this point in the history
* update: pretty_assertions

* update: just use v1.3
  • Loading branch information
Velfi committed Feb 9, 2023
1 parent 78203c0 commit bae9380
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion aws/rust-runtime/aws-sigv4/Cargo.toml
Expand Up @@ -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"] }

Expand Down
2 changes: 1 addition & 1 deletion rust-runtime/aws-smithy-checksums/Cargo.toml
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion rust-runtime/aws-smithy-http/Cargo.toml
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion rust-runtime/aws-smithy-protocol-test/Cargo.toml
Expand Up @@ -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"


Expand Down
2 changes: 1 addition & 1 deletion tools/ci-build/changelogger/Cargo.toml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion tools/ci-build/crate-hasher/Cargo.toml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion tools/ci-build/publisher/Cargo.toml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion tools/ci-build/sdk-versioner/Cargo.toml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion tools/ci-cdk/canary-runner/Cargo.toml
Expand Up @@ -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"

0 comments on commit bae9380

Please sign in to comment.