From f1e3fda7b80e698f21f74d3520efc5b4d947c83e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 16:22:26 +0000 Subject: [PATCH] build(deps): bump insta from 1.21.2 to 1.22.0 (#5790) Bumps [insta](https://github.com/mitsuhiko/insta) from 1.21.2 to 1.22.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.21.2...1.22.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- zebra-rpc/Cargo.toml | 2 +- zebra-state/Cargo.toml | 2 +- zebra-test/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 005123c67..a1068147a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1989,9 +1989,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.21.2" +version = "1.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "261bf85ed492cd1c47c9ba675e48649682a9d2d2e77f515c5386d7726fb0ba76" +checksum = "197f4e300af8b23664d4077bf5c40e0afa9ba66a567bb5a51d3def3c7b287d1c" dependencies = [ "console", "lazy_static", diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index 283c4c514..771b92fdd 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -70,7 +70,7 @@ zebra-script = { path = "../zebra-script" } zebra-state = { path = "../zebra-state" } [dev-dependencies] -insta = { version = "1.21.2", features = ["redactions", "json"] } +insta = { version = "1.22.0", features = ["redactions", "json"] } proptest = "0.10.1" proptest-derive = "0.3.0" thiserror = "1.0.37" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 5b5dc2729..9e37020ad 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -62,7 +62,7 @@ once_cell = "1.16.0" spandoc = "0.2.2" hex = { version = "0.4.3", features = ["serde"] } -insta = { version = "1.21.2", features = ["ron"] } +insta = { version = "1.22.0", features = ["ron"] } proptest = "0.10.1" proptest-derive = "0.3.0" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 3f51585f7..e83cb617b 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" hex = "0.4.3" indexmap = "1.9.2" lazy_static = "1.4.0" -insta = "1.21.2" +insta = "1.22.0" proptest = "0.10.1" once_cell = "1.16.0" rand = { version = "0.8.5", package = "rand" }