Skip to content

Commit 8030ac8

Browse files
dependabot[bot]Stephan Dilly
authored and
Stephan Dilly
committed
Bump pretty_assertions from 0.7.2 to 1.0.0
Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 0.7.2 to 1.0.0. - [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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d2bdec4 commit 8030ac8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ which = "4.1"
5858
pprof = { version = "0.5", features = ["flamegraph"], optional = true }
5959

6060
[dev-dependencies]
61-
pretty_assertions = "0.7"
61+
pretty_assertions = "1.0"
6262

6363
[badges]
6464
maintenance = { status = "actively-developed" }

asyncgit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ easy-cast = "0.4"
3030
tempfile = "3.2"
3131
invalidstring = { path = "../invalidstring", version = "0.1" }
3232
serial_test = "0.5.1"
33-
pretty_assertions = "0.7"
33+
pretty_assertions = "1.0"

filetreelist/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ scopetime = { path = "../scopetime", version = "0.1" }
1616
thiserror = "1.0"
1717

1818
[dev-dependencies]
19-
pretty_assertions = "0.7"
19+
pretty_assertions = "1.0"

0 commit comments

Comments
 (0)