build(deps): bump insta from 1.24.1 to 1.26.0 (#5931)

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.24.1 to 1.26.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.24.1...1.26.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>
This commit is contained in:
dependabot[bot] 2023-01-10 10:11:27 +00:00 committed by GitHub
parent fb3cc7b74c
commit 943a72a0bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 19 deletions

21
Cargo.lock generated
View File

@ -788,15 +788,14 @@ dependencies = [
[[package]] [[package]]
name = "console" name = "console"
version = "0.15.2" version = "0.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c" checksum = "c9b6515d269224923b26b5febea2ed42b2d5f2ce37284a4dd670fedd6cb8347a"
dependencies = [ dependencies = [
"encode_unicode", "encode_unicode",
"lazy_static", "lazy_static",
"libc", "libc",
"terminal_size", "windows-sys 0.42.0",
"winapi",
] ]
[[package]] [[package]]
@ -1998,9 +1997,9 @@ dependencies = [
[[package]] [[package]]
name = "insta" name = "insta"
version = "1.24.1" version = "1.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb5686bd8e9239eabe90bb30a0c341bffd6fdc177fb556708f2cb792bf00352d" checksum = "f6f0f08b46e4379744de2ab67aa8f7de3ffd1da3e275adc41fcc82053ede46ff"
dependencies = [ dependencies = [
"console", "console",
"lazy_static", "lazy_static",
@ -4146,16 +4145,6 @@ dependencies = [
"winapi-util", "winapi-util",
] ]
[[package]]
name = "terminal_size"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
dependencies = [
"libc",
"winapi",
]
[[package]] [[package]]
name = "textwrap" name = "textwrap"
version = "0.11.0" version = "0.11.0"

View File

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

View File

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

View File

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