From b55a6754bc895fb29176458adca4e7e791936272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 15:24:28 +0000 Subject: [PATCH] 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](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v0.6.1...v0.7.1) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- serde_with_macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c47370b3..6bbd295c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ expect-test = "1.0.0" fnv = "1.0.6" glob = "0.3.0" mime = "0.3.16" -pretty_assertions = "0.6.1" +pretty_assertions = "0.7.1" regex = {version = "1.3.9", default-features = false, features = ["std"]} ron = "0.6" rustversion = "1.0.0" diff --git a/serde_with_macros/Cargo.toml b/serde_with_macros/Cargo.toml index 484443f6..ed74b1ff 100644 --- a/serde_with_macros/Cargo.toml +++ b/serde_with_macros/Cargo.toml @@ -34,7 +34,7 @@ features = [ version = "1.0.3" [dev-dependencies] -pretty_assertions = "0.6.1" +pretty_assertions = "0.7.1" rustversion = "1.0.0" serde = {version = "1.0.75", features = ["derive"]} serde_json = "1.0.25"