From c616d1455fc792a9008a5612dddb9c2a0d1e0074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:44:02 +0000 Subject: [PATCH] Bump assert_cmd from 2.0.13 to 2.0.15 Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.13 to 2.0.15. - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.13...v2.0.15) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0fcce94..cdfb719 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,9 +34,9 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "2.0.13" +version = "2.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00ad3f3a942eee60335ab4342358c161ee296829e0d16ff42fc1d6cb07815467" +checksum = "bc65048dd435533bb1baf2ed9956b9a278fbfdcf90301b39ee117f06c0199d37" dependencies = [ "anstyle", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 3ce4fba..f53a2f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ path = "src/cli/main.rs" [dev-dependencies] approx = "0.5.0" -assert_cmd = "2.0.13" +assert_cmd = "2.0.15" rand_xoshiro = "0.6.0" criterion = "0.5"