From 2cebfe922016a563e9404429cc9178fea3056dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 01:19:47 +0000 Subject: [PATCH] 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 b0099dbe..63cc4460 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -721,9 +721,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 683ba6ef..0ccf9a26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ uuid = { version = "0.8.2", features = ["v4"] } [dev-dependencies] indoc = "1.0.4" -insta = { version = "1.13.0", features = ["backtrace"] } +insta = { version = "1.14.0", features = ["backtrace"] } typed-builder = "0.10.0" unindent = "0.1.8"