From a6f93e41f13fd983fcf66df7c76fe19740f35f0e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 19:12:51 +0000 Subject: [PATCH] Update insta requirement from 0.16 to 1.0 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.16.0...1.0.0) Signed-off-by: dependabot-preview[bot] --- codespan-reporting/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codespan-reporting/Cargo.toml b/codespan-reporting/Cargo.toml index 427e854..1cb58da 100644 --- a/codespan-reporting/Cargo.toml +++ b/codespan-reporting/Cargo.toml @@ -18,7 +18,7 @@ unicode-width = "0.1" [dev-dependencies] anyhow = "1" -insta = "0.16" +insta = "1.0" lazy_static = "1.4" peg = "0.6" rustyline = "6"