From 8536a76466a9c77f18e7866e6695ec0cc9c66d44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 12:46:18 -0400 Subject: [PATCH] chore(deps): bump serde_test from 1.0.142 to 1.0.143 (#787) Bumps [serde_test](https://github.com/serde-rs/serde) from 1.0.142 to 1.0.143. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.142...v1.0.143) --- updated-dependencies: - dependency-name: serde_test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- narwhal/types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/narwhal/types/Cargo.toml b/narwhal/types/Cargo.toml index 6f8f0c816c9e7..5f8b56bb182b0 100644 --- a/narwhal/types/Cargo.toml +++ b/narwhal/types/Cargo.toml @@ -35,7 +35,7 @@ workspace-hack = { version = "0.1", path = "../workspace-hack" } [dev-dependencies] criterion = "0.3.6" hex = "0.4.3" -serde_test = "1.0.142" +serde_test = "1.0.143" [build-dependencies] prost-build = "0.10.4"