From 74c881e0d3d4a8c485dc3343c32b6c1d1aeda9db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:13:33 +0000 Subject: [PATCH] build(deps): bump assert_cmd from 2.0.15 to 2.0.16 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] --- Cargo.lock | 5 +++-- dsp-domain/Cargo.toml | 2 +- dsp-meta-cmd/Cargo.toml | 2 +- dsp-meta/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be3d7e23..ab82590d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,13 +119,14 @@ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[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", "doc-comment", + "libc", "predicates", "predicates-core", "predicates-tree", diff --git a/dsp-domain/Cargo.toml b/dsp-domain/Cargo.toml index 12960caf..1813cbf8 100644 --- a/dsp-domain/Cargo.toml +++ b/dsp-domain/Cargo.toml @@ -32,4 +32,4 @@ url.workspace = true thiserror.workspace = true [dev-dependencies] -assert_cmd = "2.0.12" +assert_cmd = "2.0.16" diff --git a/dsp-meta-cmd/Cargo.toml b/dsp-meta-cmd/Cargo.toml index 8b7d47dc..7df0cfea 100644 --- a/dsp-meta-cmd/Cargo.toml +++ b/dsp-meta-cmd/Cargo.toml @@ -34,7 +34,7 @@ tracing-test.workspace = true url.workspace = true [dev-dependencies] -assert_cmd = "2.0.12" +assert_cmd = "2.0.16" [[bin]] name = "dsp-meta-server" diff --git a/dsp-meta/Cargo.toml b/dsp-meta/Cargo.toml index 8ba2e030..89ae7fa6 100644 --- a/dsp-meta/Cargo.toml +++ b/dsp-meta/Cargo.toml @@ -43,7 +43,7 @@ thiserror.workspace = true chrono.workspace = true [dev-dependencies] -assert_cmd = "2.0.12" +assert_cmd = "2.0.16" axum-test = "15.3.0" fake = "2.9.2"