From c72cdd7e4c112559256033ac2f3929d66078148d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 01:00:56 +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 405c9517..2687e854 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,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" serde-xml-rs = "0.4.1" diff --git a/serde_with_macros/Cargo.toml b/serde_with_macros/Cargo.toml index af2a5d9c..36ba82a0 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"