From 139a55028fa0fd21ea574d468db9aa36d59043cd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2019 19:11:46 +0000 Subject: [PATCH] Update insta requirement from 0.11 to 0.12 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.11.0...0.12.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 aef1082..a757dae 100644 --- a/codespan-reporting/Cargo.toml +++ b/codespan-reporting/Cargo.toml @@ -20,7 +20,7 @@ termcolor = "1.0" unicode-width = "0.1" [dev-dependencies] -insta = "0.11" +insta = "0.12" lazy_static = "1.4" structopt = "0.2" unindent = "0.1"