From 6c0e74924fe85313a2d5412e500b9ea4b1ef3aa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 15:01:05 +1000 Subject: [PATCH] build(deps): bump insta from 1.14.0 to 1.14.1 (#4542) Bumps [insta](https://github.com/mitsuhiko/insta) from 1.14.0 to 1.14.1. - [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.14.0...1.14.1) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-patch ... 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 4bcfbb3a..e1c058e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2185,9 +2185,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.14.0" +version = "1.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "689960f187c43c01650c805fb6bc6f55ab944499d86d4ffe9474ad78991d8e94" +checksum = "bcc3e639bcba360d9237acabd22014c16f3df772db463b7446cd81b070714767" dependencies = [ "console", "once_cell", diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index 9581cfd0..7b009494 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -43,7 +43,7 @@ proptest = { version = "0.10.1", optional = true } proptest-derive = { version = "0.3.0", optional = true } [dev-dependencies] -insta = { version = "1.14.0", features = ["redactions"] } +insta = { version = "1.14.1", features = ["redactions"] } proptest = "0.10.1" proptest-derive = "0.3.0" serde_json = "1.0.81" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 1a5f54d2..9b2547a7 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -40,7 +40,7 @@ once_cell = "1.12.0" spandoc = "0.2.2" hex = { version = "0.4.3", features = ["serde"] } -insta = { version = "1.14.0", features = ["ron"] } +insta = { version = "1.14.1", features = ["ron"] } proptest = "0.10.1" proptest-derive = "0.3.0" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index c4777196..021e954e 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" hex = "0.4.3" indexmap = "1.8.2" lazy_static = "1.4.0" -insta = "1.14.0" +insta = "1.14.1" proptest = "0.10.1" once_cell = "1.12.0" rand = { version = "0.8.5", package = "rand" }