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"