From 6f84cb0f98ad5830dfa109c31c68c319554f41b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 07:59:44 +0000 Subject: [PATCH] build(deps): bump insta from 1.34.0 to 1.36.1 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.34.0 to 1.36.1. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.34.0...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 cf2335f..6ebd821 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -456,9 +456,9 @@ checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" [[package]] name = "insta" -version = "1.34.0" +version = "1.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc" +checksum = "0a7c22c4d34ef4788c351e971c52bfdfe7ea2766f8c5466bc175dd46e52ac22e" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 0cce831..134d371 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde = { version = "1.0.195", features = ["serde_derive"], optional = true } [dev-dependencies] criterion = { version = "0.5.1", features = ["html_reports"] } -insta = { version = "1.34.0", features = ["yaml"] } +insta = { version = "1.36.1", features = ["yaml"] } proptest = { version = "1.4.0", features = ["timeout", "std"] } [[bench]]