diff --git a/Cargo.lock b/Cargo.lock index d0d2a75..1be48dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,9 +93,9 @@ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "assert_cmd" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a686bbee5efb88a82df0621b236e74d925f470e5445d3220a5648b892ec99c9" +checksum = "39bae1d3fa576f7c6519514180a72559268dd7d1fe104070956cb687bc6673bd" dependencies = [ "anstyle", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 918e9be..2f59063 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -170,7 +170,7 @@ serde = { version = "1.0.228", features = ["derive"] } thiserror = "2.0.18" [dev-dependencies] -assert_cmd = "2.2.0" +assert_cmd = "2.2.1" criterion = "0.8.2" insta = { version = "1.47.2", features = ["json"] } nix = { version = "0.31.2", features = ["fs"] }