summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2019-02-25 04:25:08 +0000
committerdependabot[bot] <support@dependabot.com>2019-02-25 04:25:08 +0000
commit6610b3b6ac7f9e6d987c13f78b8102c8f02b5157 (patch)
treeb784e9f9f9f2af2f778f4ffa2da7c9d7051f9776 /Cargo.toml
parent6b6222af2ca8387feefec3648e9bd794ba08e314 (diff)
Bump pretty_assertions from 0.5.1 to 0.6.1
Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 0.5.1 to 0.6.1. - [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases) - [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v0.5.1...v0.6.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 940b771..8f357aa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -65,7 +65,7 @@ default-features = false
features = ["parsing", "assets", "dump-load"]
[dev-dependencies]
-pretty_assertions = "^0.5"
+pretty_assertions = "^0.6"
[package.metadata.release]
sign-commit = true