Skip to content

Commit

Permalink
Bump pretty_assertions from 1.3.0 to 1.4.0
Browse files Browse the repository at this point in the history
Bumps [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases)
- [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md)
- [Commits](rust-pretty-assertions/rust-pretty-assertions@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: pretty_assertions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and extrawurst committed Jul 7, 2023
1 parent b4450f9 commit c2435c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 26 deletions.
25 changes: 2 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ which = "4.4"
pprof = { version = "0.11", features = ["flamegraph"], optional = true }

[dev-dependencies]
pretty_assertions = "1.3"
pretty_assertions = "1.4"
tempfile = "3.4"

[badges]
Expand Down
2 changes: 1 addition & 1 deletion asyncgit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ url = "2.4"
[dev-dependencies]
env_logger = "0.10"
invalidstring = { path = "../invalidstring", version = "0.1" }
pretty_assertions = "1.3"
pretty_assertions = "1.4"
serial_test = "1.0"
tempfile = "3.4"

Expand Down
2 changes: 1 addition & 1 deletion filetreelist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ keywords = ["gui", "cli", "terminal", "ui", "tui"]
thiserror = "1.0"

[dev-dependencies]
pretty_assertions = "1.3"
pretty_assertions = "1.4"

0 comments on commit c2435c2

Please sign in to comment.