diff --git a/Cargo.lock b/Cargo.lock index de72c7b..a870693 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,13 +68,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/nix-script-haskell/Cargo.toml b/nix-script-haskell/Cargo.toml index 8e7c48d..82b9aa6 100644 --- a/nix-script-haskell/Cargo.toml +++ b/nix-script-haskell/Cargo.toml @@ -11,4 +11,4 @@ log = "0.4.22" env_logger = "0.11.5" [dev-dependencies] -assert_cmd = "2.0.15" +assert_cmd = "2.0.16" diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index fc34d03..492aa41 100644 --- a/nix-script/Cargo.toml +++ b/nix-script/Cargo.toml @@ -19,6 +19,6 @@ serde_json = "1.0.122" walkdir = "2.5.0" [dev-dependencies] -assert_cmd = "2.0.15" +assert_cmd = "2.0.16" rnix = "0.11.0" tempfile = "3.11.0"