build(deps): bump insta from 1.41.1 to 1.42.0

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.41.1 to 1.42.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.41.1...1.42.0)

---
updated-dependencies:
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-01-06 10:47:18 +00:00
committed by Quentin Gliech
parent 35287967bd
commit 97c3b51d79
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -2787,13 +2787,13 @@ dependencies = [
[[package]]
name = "insta"
version = "1.41.1"
version = "1.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e9ffc4d4892617c50a928c52b2961cb5174b6fc6ebf252b2fac9d21955c48b8"
checksum = "6513e4067e16e69ed1db5ab56048ed65db32d10ba5fc1217f5393f8f17d8b5a5"
dependencies = [
"console",
"lazy_static",
"linked-hash-map",
"once_cell",
"serde",
"similar",
]

View File

@@ -165,7 +165,7 @@ default-features = false
# Snapshot testing
[workspace.dependencies.insta]
version = "1.41.1"
version = "1.42.0"
features = ["yaml", "json"]
# Email sending