diff --git a/Cargo.lock b/Cargo.lock index d4b5397a..c388db63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -90,9 +90,9 @@ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[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 af2e14af..208e2dd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ progenitor-impl = { version = "0.14.0", path = "progenitor-impl" } progenitor-macro = { version = "0.14.0", path = "progenitor-macro" } anyhow = "1.0.102" -assert_cmd = "2.2.1" +assert_cmd = "2.2.2" base64 = "0.22.1" bytes = "1.11.1" chrono = { version = "0.4.44", default-features = false, features = ["serde"] }