From a7c21e1280ded4c9d0bfc44d9f3f9f3eb2bd3887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 20:51:12 +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 ffca2403..c48675ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -497,9 +497,9 @@ dependencies = [ [[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 7c540f48..a74b28af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ thiserror.workspace = true # Dependencies for the test build and development [dev-dependencies] tokio.workspace = true -assert_cmd = { version = "=2.0.12" } +assert_cmd = { version = "=2.0.13" } rayon = { version = "1.8.0" } revm-primitives.workspace = true