From f5525e731f45ff156caeba2f7327b5175e020e9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 6 May 2019 04:46:22 +0000 Subject: [PATCH] :arrow_up: Update insta requirement from 0.7 to 0.8 Updates the requirements on [insta](https://github.com/mitsuhiko/insta) to permit the latest version. - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Commits](https://github.com/mitsuhiko/insta/compare/0.7.0...0.8.1) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 37a1b74..3f58a29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ failure = "0.1" [dev-dependencies] test-generator = "0.2" -insta = "0.7" +insta = "0.8" serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" criterion = "0.2"