Skip to content

Commit a8759b0

Browse files
dependabot[bot]LegNeato
authored andcommitted
Update pretty_assertions requirement from 0.7.1 to 1.0.0
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.1...v1.0.0) --- updated-dependencies: - dependency-name: pretty_assertions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7818173 commit a8759b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ getrandom = { version = "0.2", features = ["js"] }
5656

5757
[dev-dependencies]
5858
bencher = "0.1.2"
59-
pretty_assertions = "0.7.1"
59+
pretty_assertions = "1.0.0"
6060
serde_json = "1.0.2"
6161
tokio = { version = "1", features = ["macros", "time", "rt-multi-thread"] }
6262

0 commit comments

Comments
 (0)