Skip to content

Commit

Permalink
build(deps): update pretty_assertions requirement from 0.7.2 to 1.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) to permit the latest version.
- [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases)
- [Changelog](https://github.com/colin-kiegel/rust-pretty-assertions/blob/main/CHANGELOG.md)
- [Commits](rust-pretty-assertions/rust-pretty-assertions@v0.7.2...v1.0.0)

---
updated-dependencies:
- dependency-name: pretty_assertions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and drmingdrmer committed Dec 20, 2021
1 parent df68413 commit 7848c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async-raft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tracing-futures = "0.2.4"
[dev-dependencies]
maplit = "1.0.2"
memstore = { version="0.2.0", path="../memstore" }
pretty_assertions = "0.7.2"
pretty_assertions = "1.0.0"
tracing-subscriber = "0.2.10"

[features]
Expand Down

0 comments on commit 7848c21

Please sign in to comment.