diff --git a/Cargo.lock b/Cargo.lock index 72ed05fc..94024059 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,9 +84,9 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "assert_cmd" -version = "2.1.1" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcbb6924530aa9e0432442af08bbcafdad182db80d2e560da42a6d442535bf85" +checksum = "9c5bcfa8749ac45dd12cb11055aeeb6b27a3895560d60d71e3c23bf979e60514" dependencies = [ "anstyle", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 97b4ae07..63fbf6ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ progenitor-impl = { version = "0.11.2", path = "progenitor-impl" } progenitor-macro = { version = "0.11.2", path = "progenitor-macro" } anyhow = "1.0.100" -assert_cmd = "2.1.1" +assert_cmd = "2.1.2" base64 = "0.22.1" bytes = "1.11.0" chrono = { version = "0.4.42", default-features = false, features = ["serde"] }