From ff91ea7cd45f131cf1164129eb9f473643a03d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 07:34:07 +0000 Subject: [PATCH] cargo: bump insta from 1.40.0 to 1.41.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.40.0 to 1.41.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.40.0...1.41.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 +- lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3004192..f7446e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -336,9 +336,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.40.0" +version = "1.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6593a41c7a73841868772495db7dc1e8ecab43bb5c0b6da2059246c4b506ab60" +checksum = "a1f72d3e19488cf7d8ea52d2fc0f8754fc933398b337cd3cbdb28aaeb35159ef" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index a1d4c8b..6f1a734 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ thiserror = "1.0" [dev-dependencies] assert_cmd = "2.0.16" -insta = "1.40" +insta = "1.41" [workspace] members = ["lib"] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index ab07bc1..1186b45 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -17,4 +17,4 @@ tree-sitter = "0.20" tree-sitter-qmljs = "0.1" [dev-dependencies] -insta = "1.40" +insta = "1.41"