From f4c392ff396972985749effcbccff57f8b221f40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:29:14 +0000 Subject: [PATCH] Bump insta from 1.34.0 to 1.35.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.34.0 to 1.35.0. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.34.0...1.35.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 18ac0a6..a8d86e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -459,9 +459,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.34.0" +version = "1.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc" +checksum = "763c0d70648606f5969a50fa8bbea4b52e3702432c622c0b59d619cd654fcb27" dependencies = [ "console", "globset", diff --git a/Cargo.toml b/Cargo.toml index 834b99c..1ce2451 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,4 +41,4 @@ simd = ["bytecount/runtime-dispatch-simd"] [dev-dependencies] ammonia = "3.3.0" criterion = "0.5.1" -insta = { version = "1.34.0", features = ["glob"] } +insta = { version = "1.35.0", features = ["glob"] }