Skip to content

Commit

Permalink
deps: Remove ansi_term dependency (#1200)
Browse files Browse the repository at this point in the history
* Bump pretty_assertions version to remove ansi_term dependency

Signed-off-by: Thane Thomson <connect@thanethomson.com>

* Enable default features for pretty_assertions for testing

Signed-off-by: Thane Thomson <connect@thanethomson.com>

Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Sep 23, 2022
1 parent 3b89cf1 commit ca5a286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ toml = { version = "0.5" }
url = { version = "2.2" }

[dev-dependencies]
pretty_assertions = "0.7.2"
pretty_assertions = "1.3.0"
2 changes: 1 addition & 1 deletion tendermint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit ca5a286

Please sign in to comment.