From e7767002b61bd35c7604e85d47cd7fcf0bdc55e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 15:37:38 +0000 Subject: [PATCH] cargo: bump insta from 1.13.0 to 1.14.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.13.0 to 1.14.0. - [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/1.13.0...1.14.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc95e8084..315392414 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -640,9 +640,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.13.0" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30a7e1911532a662f6b08b68f884080850f2fd9544963c3ab23a5af42bda1eac" +checksum = "689960f187c43c01650c805fb6bc6f55ab944499d86d4ffe9474ad78991d8e94" dependencies = [ "console", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 0e00d4095..79017edda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ dirs = "4.0.0" git2 = "0.14.2" hex = "0.4.3" indoc = "1.0.4" -insta = "1.13.0" +insta = "1.14.0" itertools = "0.10.3" jujutsu-lib = { version = "=0.3.3", path = "lib"} maplit = "1.0.2"