From 4d12fad240f1f2b79fe345c830ddd341df3be37d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 17:37:37 +0000 Subject: [PATCH] build(deps): bump assert_cmd from 2.0.12 to 2.0.13 Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.12 to 2.0.13. - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.12...v2.0.13) --- 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 2ed1870a5..3063e380d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,9 +130,9 @@ checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" [[package]] name = "assert_cmd" -version = "2.0.12" +version = "2.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6" +checksum = "00ad3f3a942eee60335ab4342358c161ee296829e0d16ff42fc1d6cb07815467" dependencies = [ "anstyle", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 9e197ee45..2657cf132 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,7 +121,7 @@ syslog = { version = "6", optional = true } version-compare = { version = "0.1.1", optional = true } [dev-dependencies] -assert_cmd = "2.0.12" +assert_cmd = "2.0.13" cc = "1.0" chrono = "0.4.33" filetime = "0.2"