chore(deps): Bump insta from 1.23.0 to 1.24.0 (#6491)

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.23.0 to 1.24.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.23.0...1.24.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2023-01-04 07:11:08 +00:00 committed by GitHub
parent aacd91db94
commit 8bb56f6ef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2578,9 +2578,9 @@ dependencies = [
[[package]] [[package]]
name = "insta" name = "insta"
version = "1.23.0" version = "1.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e48b08a091dfe5b09a6a9688c468fdd5b4396e92ce09e2eb932f0884b02788a4" checksum = "e965b4a6e9d638d7af8e0bce7f650f4a31bc0f21f4ce891015822a81fac314a9"
dependencies = [ dependencies = [
"console", "console",
"lazy_static", "lazy_static",

View File

@ -13,4 +13,4 @@ workspace-hack = { path = "../workspace-hack"}
[dev-dependencies] # In alphabetical order [dev-dependencies] # In alphabetical order
test_helpers = { path = "../test_helpers" } test_helpers = { path = "../test_helpers" }
assert_matches = "1" assert_matches = "1"
insta = { version = "1.23.0", features = ["yaml"] } insta = { version = "1.24.0", features = ["yaml"] }