Skip to content

Commit 9b73c8d

Browse files
dependabot[bot]vmx
authored andcommitted
chore(deps): update pretty_assertions requirement from 0.6.1 to 0.7.1
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.6.1...v0.7.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7edfe05 commit 9b73c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ default = ["std"]
2323
std = []
2424

2525
[dev-dependencies]
26-
pretty_assertions = "0.6.1"
26+
pretty_assertions = "0.7.1"
2727
multihash = { path = "..", default-features = false }

0 commit comments

Comments
 (0)