build(deps): bump insta from 1.12.0 to 1.13.0 (#3762)

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.12.0 to 1.13.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/commits/1.13.0)

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

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] 2022-03-10 01:12:50 +00:00 committed by GitHub
parent 833560411f
commit 1f176d9d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ zebra-test = { path = "../zebra-test/", optional = true }
[dev-dependencies]
color-eyre = "0.6.0"
once_cell = "1.10.0"
insta = { version = "1.12.0", features = ["ron"] }
insta = { version = "1.13.0", features = ["ron"] }
itertools = "0.10.3"
proptest = "0.10.1"
proptest-derive = "0.3.0"

View File

@ -10,7 +10,7 @@ edition = "2021"
[dependencies]
hex = "0.4.3"
lazy_static = "1.4.0"
insta = "1.12.0"
insta = "1.13.0"
proptest = "0.10.1"
once_cell = "1.10.0"
rand = { version = "0.8.5", package = "rand" }