build(deps): bump insta from 1.19.1 to 1.20.0 (#5198)

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.19.1 to 1.20.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.19.1...1.20.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] 2022-09-20 04:41:30 +00:00 committed by GitHub
parent c3d24e4354
commit b122052d3e
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

@ -2335,9 +2335,9 @@ dependencies = [
[[package]] [[package]]
name = "insta" name = "insta"
version = "1.19.1" version = "1.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc61e98be01e89296f3343a878e9f8ca75a494cb5aaf29df65ef55734aeb85f5" checksum = "58a931b01c76064c5be919faa2ef0dc570e9a889dcd1e5fef08a8ca6eb4d6c0b"
dependencies = [ dependencies = [
"console", "console",
"linked-hash-map", "linked-hash-map",

View File

@ -45,7 +45,7 @@ zebra-node-services = { path = "../zebra-node-services" }
zebra-state = { path = "../zebra-state" } zebra-state = { path = "../zebra-state" }
[dev-dependencies] [dev-dependencies]
insta = { version = "1.19.1", features = ["redactions", "json"] } insta = { version = "1.20.0", features = ["redactions", "json"] }
proptest = "0.10.1" proptest = "0.10.1"
proptest-derive = "0.3.0" proptest-derive = "0.3.0"
serde_json = "1.0.85" serde_json = "1.0.85"

View File

@ -47,7 +47,7 @@ once_cell = "1.14.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.19.1", features = ["ron"] } insta = { version = "1.20.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.1" indexmap = "1.9.1"
lazy_static = "1.4.0" lazy_static = "1.4.0"
insta = "1.19.1" insta = "1.20.0"
proptest = "0.10.1" proptest = "0.10.1"
once_cell = "1.14.0" once_cell = "1.14.0"
rand = { version = "0.8.5", package = "rand" } rand = { version = "0.8.5", package = "rand" }