From 5b0e0b6991d9020f1a72e190920b9109134282bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 23:16:58 +0000 Subject: [PATCH] build(deps): bump insta from 1.35.1 to 1.36.1 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.35.1 to 1.36.1. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.35.1...1.36.1) --- 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 9d96fbc..6f0ce29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -628,9 +628,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.35.1" +version = "1.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c985c1bef99cf13c58fade470483d81a2bfe846ebde60ed28cc2dddec2df9e2" +checksum = "0a7c22c4d34ef4788c351e971c52bfdfe7ea2766f8c5466bc175dd46e52ac22e" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 9b5282a..0105dac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ clap_mangen = "0.2.20" [dev-dependencies] assert_cmd = "2.0.14" infer = "0.15.0" -insta = { version = "1.35.1", features = ["filters"] } +insta = { version = "1.36.1", features = ["filters"] } parse-display = "0.9.0" proptest = "1.4.0" rand = { version = "0.8.5", default-features = false, features = ["small_rng", "std"] }