From a12d5df69585349407b750937ed505853c161a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 03:31:50 +0000 Subject: [PATCH] build(deps): bump insta from 1.13.0 to 1.14.0 (#3980) Bumps [insta](https://github.com/mitsuhiko/insta) from 1.13.0 to 1.14.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.13.0...1.14.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-state/Cargo.toml | 2 +- zebra-test/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c73a4988..3f96711d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1964,9 +1964,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.13.0" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30a7e1911532a662f6b08b68f884080850f2fd9544963c3ab23a5af42bda1eac" +checksum = "689960f187c43c01650c805fb6bc6f55ab944499d86d4ffe9474ad78991d8e94" dependencies = [ "console", "once_cell", diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 01b70427..bf82d2d8 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -40,7 +40,7 @@ once_cell = "1.10.0" spandoc = "0.2.1" hex = { version = "0.4.3", features = ["serde"] } -insta = { version = "1.13.0", features = ["ron"] } +insta = { version = "1.14.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 2ef1e40f..c5eab534 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" [dependencies] hex = "0.4.3" lazy_static = "1.4.0" -insta = "1.13.0" +insta = "1.14.0" proptest = "0.10.1" once_cell = "1.10.0" rand = { version = "0.8.5", package = "rand" }