From 8a10b4f1fcd0f01c3a09be39f2a267a1a863a044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 17:46:43 +0000 Subject: [PATCH] chore: bump insta from 1.38.0 to 1.39.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.38.0 to 1.39.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.38.0...1.39.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 eb15e9c471a6..432c537ca96c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1954,9 +1954,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.38.0" +version = "1.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eab73f58e59ca6526037208f0e98851159ec1633cf17b6cd2e1f2c3fd5d53cc" +checksum = "810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5" dependencies = [ "console", "globset", diff --git a/Cargo.toml b/Cargo.toml index fd5364b68a7c..560bd25784e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ consolidate-commits = true [workspace.dependencies] anyhow = "1.0.86" -insta = {version = "1.38.0", features = ["colors", "glob", "yaml"]} +insta = {version = "1.39.0", features = ["colors", "glob", "yaml"]} insta-cmd = "0.6.0" itertools = "0.12.0" log = "0.4.21"