From 5d825671eee7e158a4e157c1798fa59163d97706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 15:03:24 +0000 Subject: [PATCH] build(deps): bump insta from 1.19.1 to 1.20.0 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] --- 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 8d9c23b8b72..a6ba038ac37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2335,9 +2335,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.19.1" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc61e98be01e89296f3343a878e9f8ca75a494cb5aaf29df65ef55734aeb85f5" +checksum = "58a931b01c76064c5be919faa2ef0dc570e9a889dcd1e5fef08a8ca6eb4d6c0b" dependencies = [ "console", "linked-hash-map", diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index bf9735e2483..3c2e906befc 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -45,7 +45,7 @@ zebra-node-services = { path = "../zebra-node-services" } zebra-state = { path = "../zebra-state" } [dev-dependencies] -insta = { version = "1.19.1", features = ["redactions", "json"] } +insta = { version = "1.20.0", features = ["redactions", "json"] } proptest = "0.10.1" proptest-derive = "0.3.0" serde_json = "1.0.85" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 48cc95a7569..2b928ad758c 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -47,7 +47,7 @@ once_cell = "1.14.0" spandoc = "0.2.2" 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-derive = "0.3.0" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 78cf59f119b..4899e7d01fa 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" hex = "0.4.3" indexmap = "1.9.1" lazy_static = "1.4.0" -insta = "1.19.1" +insta = "1.20.0" proptest = "0.10.1" once_cell = "1.14.0" rand = { version = "0.8.5", package = "rand" }