From dc1df9c966c6b13dd9f3e1d42f45d873966ef32b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 04:20:23 +0000 Subject: [PATCH] :arrow_up: Update insta requirement from 0.10 to 0.11 Updates the requirements on [insta](https://github.com/mitsuhiko/insta) to permit the latest version. - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/0.10.0...0.11.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 42a871d..1ef9ab2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ failure = "0.1" [dev-dependencies] test-generator = "0.3" -insta = "0.10" +insta = "0.11" serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" criterion = "0.3"