build(deps): bump insta from 1.23.0 to 1.24.1 (#5913)

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

---
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>
This commit is contained in:
dependabot[bot] 2023-01-04 22:17:21 +00:00 committed by GitHub
parent bc783a7745
commit f3f8254e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

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

View File

@ -70,7 +70,7 @@ zebra-script = { path = "../zebra-script" }
zebra-state = { path = "../zebra-state" }
[dev-dependencies]
insta = { version = "1.23.0", features = ["redactions", "json", "ron"] }
insta = { version = "1.24.1", features = ["redactions", "json", "ron"] }
proptest = "0.10.1"
proptest-derive = "0.3.0"

View File

@ -62,7 +62,7 @@ once_cell = "1.17.0"
spandoc = "0.2.2"
hex = { version = "0.4.3", features = ["serde"] }
insta = { version = "1.23.0", features = ["ron"] }
insta = { version = "1.24.1", features = ["ron"] }
proptest = "0.10.1"
proptest-derive = "0.3.0"

View File

@ -11,7 +11,7 @@ edition = "2021"
hex = "0.4.3"
indexmap = "1.9.2"
lazy_static = "1.4.0"
insta = "1.23.0"
insta = "1.24.1"
proptest = "0.10.1"
once_cell = "1.17.0"
rand = { version = "0.8.5", package = "rand" }