diff --git a/Cargo.lock b/Cargo.lock index 84c7658..6f47407 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,9 +31,9 @@ checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" [[package]] name = "assert_cmd" -version = "2.0.13" +version = "2.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00ad3f3a942eee60335ab4342358c161ee296829e0d16ff42fc1d6cb07815467" +checksum = "ed72493ac66d5804837f480ab3766c72bdfab91a65e565fc54fa9e42db0073a8" dependencies = [ "anstyle 1.0.0", "bstr", diff --git a/nix-script-haskell/Cargo.toml b/nix-script-haskell/Cargo.toml index 1e8eb77..f8b42be 100644 --- a/nix-script-haskell/Cargo.toml +++ b/nix-script-haskell/Cargo.toml @@ -13,4 +13,4 @@ log = "0.4.20" env_logger = "0.10.2" [dev-dependencies] -assert_cmd = "2.0.13" +assert_cmd = "2.0.14" diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index 73bf5ef..46b9cb2 100644 --- a/nix-script/Cargo.toml +++ b/nix-script/Cargo.toml @@ -18,6 +18,6 @@ serde_json = "1.0.113" walkdir = "2.4.0" [dev-dependencies] -assert_cmd = "2.0.13" +assert_cmd = "2.0.14" rnix = "0.10.2" tempfile = "3.10.0"