From baef391c231bab2ffa60fed7ca34651abe809b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 12:13:57 +0200 Subject: [PATCH] build(deps): bump assert_cmd from 2.0.15 to 2.0.16 (#7128) Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.15 to 2.0.16. - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.15...v2.0.16) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 5 +++-- token/cli/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2996370a78b..b4a74e70d10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -430,13 +430,14 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "2.0.15" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc65048dd435533bb1baf2ed9956b9a278fbfdcf90301b39ee117f06c0199d37" +checksum = "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d" dependencies = [ "anstyle", "bstr 1.6.0", "doc-comment", + "libc", "predicates 3.0.3", "predicates-core", "predicates-tree", diff --git a/token/cli/Cargo.toml b/token/cli/Cargo.toml index 12f8b1c14a5..4ace73fac72 100644 --- a/token/cli/Cargo.toml +++ b/token/cli/Cargo.toml @@ -49,7 +49,7 @@ tokio = "1.39" [dev-dependencies] solana-test-validator = "2.0.3" -assert_cmd = "2.0.15" +assert_cmd = "2.0.16" libtest-mimic = "0.7" serial_test = "3.1.1" tempfile = "3.12.0"