diff --git a/config/Cargo.toml b/config/Cargo.toml index c64c5a6d4..5be649e71 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -33,4 +33,4 @@ toml = { version = "0.5" } url = { version = "2.2" } [dev-dependencies] -pretty_assertions = "0.7.2" +pretty_assertions = "1.3.0" diff --git a/tendermint/Cargo.toml b/tendermint/Cargo.toml index fd0a20e52..87c1eb519 100644 --- a/tendermint/Cargo.toml +++ b/tendermint/Cargo.toml @@ -61,6 +61,6 @@ clock = ["time/std"] secp256k1 = ["k256", "ripemd160"] [dev-dependencies] -pretty_assertions = { version = "0.7.2", default-features = false } +pretty_assertions = "1.3.0" proptest = { version = "0.10.1", default-features = false, features = ["std"] } tendermint-pbt-gen = { path = "../pbt-gen", default-features = false, features = ["time"] }