From a8759b0a30694ff58d94dc1892f057fc6acefd34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 14:14:56 +0000 Subject: [PATCH] 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](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v0.7.1...v1.0.0) --- updated-dependencies: - dependency-name: pretty_assertions dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- juniper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper/Cargo.toml b/juniper/Cargo.toml index 1b3e995f..58d894f0 100644 --- a/juniper/Cargo.toml +++ b/juniper/Cargo.toml @@ -56,7 +56,7 @@ getrandom = { version = "0.2", features = ["js"] } [dev-dependencies] bencher = "0.1.2" -pretty_assertions = "0.7.1" +pretty_assertions = "1.0.0" serde_json = "1.0.2" tokio = { version = "1", features = ["macros", "time", "rt-multi-thread"] }