diff --git a/Cargo.lock b/Cargo.lock index 099a99eb..f7bacac3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,9 +148,9 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "2.2.1" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39bae1d3fa576f7c6519514180a72559268dd7d1fe104070956cb687bc6673bd" +checksum = "2aa3a22042e45de04255c7bf3626e239f450200fd0493c1e382263544b20aea6" dependencies = [ "anstyle", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 24067e63..d1c8d604 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ resolver = "2" [workspace.dependencies] anyhow = "1.0.102" -assert_cmd = "2.2.1" +assert_cmd = "2.2.2" async-trait = "0.1.89" base64 = "0.22.1" built = { version = "0.8.0", features = ["git2"] }