Bump insta from 1.41.0 to 1.41.1 in /src/wasm-lib (#4400)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-11-06 11:25:24 -05:00
committed by GitHub
parent 4fbcde8773
commit 393b43d485
2 changed files with 3 additions and 3 deletions

View File

@ -1592,9 +1592,9 @@ checksum = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a"
[[package]] [[package]]
name = "insta" name = "insta"
version = "1.41.0" version = "1.41.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1f72d3e19488cf7d8ea52d2fc0f8754fc933398b337cd3cbdb28aaeb35159ef" checksum = "7e9ffc4d4892617c50a928c52b2961cb5174b6fc6ebf252b2fac9d21955c48b8"
dependencies = [ dependencies = [
"console", "console",
"lazy_static", "lazy_static",

View File

@ -86,7 +86,7 @@ expectorate = "1.1.0"
handlebars = "6.2.0" handlebars = "6.2.0"
iai = "0.1" iai = "0.1"
image = { version = "0.25.3", default-features = false, features = ["png"] } image = { version = "0.25.3", default-features = false, features = ["png"] }
insta = { version = "1.41.0", features = ["json", "filters"] } insta = { version = "1.41.1", features = ["json", "filters"] }
itertools = "0.13.0" itertools = "0.13.0"
pretty_assertions = "1.4.1" pretty_assertions = "1.4.1"
tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros", "time"] } tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros", "time"] }