From d85c9e9556fcea47b59a536a89c0279fc2c37da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 10:02:43 +0000 Subject: [PATCH] Bump insta from 1.47.1 to 1.47.2 in the dependencies group Bumps the dependencies group with 1 update: [insta](https://github.com/mitsuhiko/insta). Updates `insta` from 1.47.1 to 1.47.2 - [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.47.1...1.47.2) --- updated-dependencies: - dependency-name: insta dependency-version: 1.47.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/spellabet/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 210cdba..6e9a968 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -198,9 +198,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "insta" -version = "1.47.1" +version = "1.47.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99322078b2c076829a1db959d49da554fabc4342257fc0ba5a070a1eb3a01cd8" +checksum = "7b4a6248eb93a4401ed2f37dfe8ea592d3cf05b7cf4f8efa867b6895af7e094e" dependencies = [ "console", "once_cell", diff --git a/crates/spellabet/Cargo.toml b/crates/spellabet/Cargo.toml index 373fc3e..9101f3f 100644 --- a/crates/spellabet/Cargo.toml +++ b/crates/spellabet/Cargo.toml @@ -31,4 +31,4 @@ tag = true convert_case = "0.11.0" [dev-dependencies] -insta = "1.47.1" +insta = "1.47.2"