From 1f176d9d5d6356d079110cc6effb89057c8d03ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 01:12:50 +0000 Subject: [PATCH] build(deps): bump insta from 1.12.0 to 1.13.0 (#3762) Bumps [insta](https://github.com/mitsuhiko/insta) from 1.12.0 to 1.13.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/commits/1.13.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> --- zebra-state/Cargo.toml | 2 +- zebra-test/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 894f8a97..a5a963a0 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -36,7 +36,7 @@ zebra-test = { path = "../zebra-test/", optional = true } [dev-dependencies] color-eyre = "0.6.0" once_cell = "1.10.0" -insta = { version = "1.12.0", features = ["ron"] } +insta = { version = "1.13.0", features = ["ron"] } itertools = "0.10.3" proptest = "0.10.1" proptest-derive = "0.3.0" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 206437c7..4ef2aa5c 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.12.0" +insta = "1.13.0" proptest = "0.10.1" once_cell = "1.10.0" rand = { version = "0.8.5", package = "rand" }