diff --git a/Cargo.lock b/Cargo.lock index 6fcbaaf..afb7c3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -69,9 +69,9 @@ checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" [[package]] name = "assert_cmd" -version = "2.1.2" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c5bcfa8749ac45dd12cb11055aeeb6b27a3895560d60d71e3c23bf979e60514" +checksum = "9a686bbee5efb88a82df0621b236e74d925f470e5445d3220a5648b892ec99c9" dependencies = [ "anstyle", "bstr", diff --git a/crates/kount/Cargo.toml b/crates/kount/Cargo.toml index 74e6f10..c4afcf7 100644 --- a/crates/kount/Cargo.toml +++ b/crates/kount/Cargo.toml @@ -16,7 +16,7 @@ kount_count = { path = "../kount_count" } serde_json = "1.0" [dev-dependencies] -assert_cmd = "2.0" +assert_cmd = "2.2" assert_fs = "1.1" dunce = "1.0" insta = { version = "1.46", features = ["filters"] }