From 23a66ec13d1ae23dfa033fc20eb388e5073dc877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Aug 2022 06:09:14 -0400 Subject: [PATCH] chore(deps): bump insta from 1.17.1 to 1.17.2 (#704) Bumps [insta](https://github.com/mitsuhiko/insta) from 1.17.1 to 1.17.2. - [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) --- 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> --- narwhal/config/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/narwhal/config/Cargo.toml b/narwhal/config/Cargo.toml index 3101666d4c83d..2377a67bd302d 100644 --- a/narwhal/config/Cargo.toml +++ b/narwhal/config/Cargo.toml @@ -17,7 +17,7 @@ arc-swap = { version = "1.5.1", features = ["serde"] } workspace-hack = { version = "0.1", path = "../workspace-hack" } [dev-dependencies] -insta = "1.17.1" +insta = "1.17.2" rand = "0.8.5" tempfile = "3.3.0" tracing-test = "0.2.3"