diff --git a/Cargo.lock b/Cargo.lock index c26c30ab..225ad5c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -92,9 +92,9 @@ dependencies = [ [[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 160c656a..006531cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ typify = { version = "0.5.0", path = "typify" } typify-impl = { version = "0.5.0", path = "typify-impl" } typify-macro = { version = "0.5.0", path = "typify-macro" } -assert_cmd = "2.1.1" +assert_cmd = "2.1.2" chrono = { version = "0.4.42", features = ["serde"] } clap = { version = "4.5.54", features = ["derive"] } color-eyre = "0.6"