Skip to content

Commit 6be4262

Browse files
authored
RUST-1450 Bump pretty_assertions dependency to 1.3.0 (#734)
This version of pretty_assertions no longer depends on the now unmaintained ansi_term crate.
1 parent 52c513d commit 6be4262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function_name = "0.2.1"
164164
futures = "0.3"
165165
home = "0.5"
166166
lambda_runtime = "0.6.0"
167-
pretty_assertions = "1.1.0"
167+
pretty_assertions = "1.3.0"
168168
serde = { version = "*", features = ["rc"] }
169169
serde_json = "1.0.64"
170170
semver = "1.0.0"

0 commit comments

Comments
 (0)