From f46ad54ae0812a79b025a63a65843d93eb0ff2e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 04:55:54 +0000 Subject: [PATCH] build(deps): bump insta from 1.30.0 to 1.31.0 (#7226) Bumps [insta](https://github.com/mitsuhiko/insta) from 1.30.0 to 1.31.0. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.30.0...1.31.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 c9983717e..482d83ab1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2111,9 +2111,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.30.0" +version = "1.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28491f7753051e5704d4d0ae7860d45fae3238d7d235bc4289dcd45c48d3cec3" +checksum = "a0770b0a3d4c70567f0d58331f3088b0e4c4f56c9b8d764efe654b4a5d46de3a" dependencies = [ "console", "lazy_static", diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index d0f6adecc..e9a8f4305 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -78,7 +78,7 @@ zebra-script = { path = "../zebra-script", version = "1.0.0-beta.27" } zebra-state = { path = "../zebra-state", version = "1.0.0-beta.27" } [dev-dependencies] -insta = { version = "1.30.0", features = ["redactions", "json", "ron"] } +insta = { version = "1.31.0", features = ["redactions", "json", "ron"] } proptest = "1.2.0" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 71ad137af..187a2b45e 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -91,7 +91,7 @@ once_cell = "1.18.0" spandoc = "0.2.2" hex = { version = "0.4.3", features = ["serde"] } -insta = { version = "1.30.0", features = ["ron", "redactions"] } +insta = { version = "1.31.0", features = ["ron", "redactions"] } proptest = "1.2.0" proptest-derive = "0.3.0" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 817f6d531..43676ae95 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -18,7 +18,7 @@ categories = ["command-line-utilities", "cryptography::cryptocurrencies"] hex = "0.4.3" indexmap = "2.0.0" lazy_static = "1.4.0" -insta = "1.30.0" +insta = "1.31.0" proptest = "1.2.0" once_cell = "1.18.0" rand = "0.8.5"