From 86a869a98642a1710441bee77a3ccc7c8e40246a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 21:25:59 +0200 Subject: [PATCH] Bump insta from 1.37.0 to 1.38.0 (#27) Bumps [insta](https://github.com/mitsuhiko/insta) from 1.37.0 to 1.38.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.37.0...1.38.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2296d8..52cd06e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -459,9 +459,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.37.0" +version = "1.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1718b3f2b85bb5054baf8ce406e36401f27c3169205f4175504c4b1d98252d3f" +checksum = "3eab73f58e59ca6526037208f0e98851159ec1633cf17b6cd2e1f2c3fd5d53cc" dependencies = [ "console", "globset", diff --git a/Cargo.toml b/Cargo.toml index 42c5107..aa8bac5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,4 +41,4 @@ simd = ["bytecount/runtime-dispatch-simd"] [dev-dependencies] ammonia = "4.0.0" criterion = "0.5.1" -insta = { version = "1.37.0", features = ["glob"] } +insta = { version = "1.38.0", features = ["glob"] }