From 172daba60a4ef187539482d730fc645090825b8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 06:59:31 +0000 Subject: [PATCH] Bump assert_cmd from 2.0.16 to 2.0.17 Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.16 to 2.0.17. - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.16...v2.0.17) --- updated-dependencies: - dependency-name: assert_cmd dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- nix-script-haskell/Cargo.toml | 2 +- nix-script/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 27417a6..bf3a3fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,9 +68,9 @@ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "assert_cmd" -version = "2.0.16" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d" +checksum = "2bd389a4b2970a01282ee455294913c0a43724daedcd1a24c3eb0ec1c1320b66" dependencies = [ "anstyle", "bstr", diff --git a/nix-script-haskell/Cargo.toml b/nix-script-haskell/Cargo.toml index 7e164ff..1b8a6aa 100644 --- a/nix-script-haskell/Cargo.toml +++ b/nix-script-haskell/Cargo.toml @@ -11,4 +11,4 @@ log = "0.4.27" env_logger = "0.11.6" [dev-dependencies] -assert_cmd = "2.0.16" +assert_cmd = "2.0.17" diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index 32b9984..f257f36 100644 --- a/nix-script/Cargo.toml +++ b/nix-script/Cargo.toml @@ -19,6 +19,6 @@ serde_json = "1.0.140" walkdir = "2.5.0" [dev-dependencies] -assert_cmd = "2.0.16" +assert_cmd = "2.0.17" rnix = "0.12.0" tempfile = "3.19.1"