From 11f47d7356f5bd8aef734548ee951e61fa3fef5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 18:01:36 +0000 Subject: [PATCH] Update assert_cmd requirement from 1.0.1 to 2.0.7 Updates the requirements on [assert_cmd](https://github.com/assert-rs/assert_cmd) to permit the latest version. - [Release notes](https://github.com/assert-rs/assert_cmd/releases) - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v1.0.1...v2.0.7) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 6ddc635..9e59533 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -20,7 +20,7 @@ serde_derive = "1.0.114" # Macros for deriving Serde converstions serde_json = "1.0.57" # JSON support for Serde [dev-dependencies] -assert_cmd = "1.0.1" # Run our binaries from the integration tests +assert_cmd = "2.0.7" # Run our binaries from the integration tests predicates = "1.0.5" # Assert on binaries being run in the integration tests # When building for musl (ie. a static binary), we opt into the "vendored"