diff --git a/Cargo.lock b/Cargo.lock index 776f7ce..19210f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -294,9 +294,9 @@ dependencies = [ [[package]] name = "snapbox" -version = "0.5.7" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a99efa20de5053229642a477436cdb39828c7651c614622eb4888f9688523e6" +checksum = "8ac441e1ecf678f68423d47f376d53fabce1afba92c8f68e31508eb27df8562a" dependencies = [ "anstream", "anstyle", diff --git a/tests/custom-panic/Cargo.toml b/tests/custom-panic/Cargo.toml index 1862e42..8fd8336 100644 --- a/tests/custom-panic/Cargo.toml +++ b/tests/custom-panic/Cargo.toml @@ -11,4 +11,4 @@ release = false human-panic = { path = "../.." } [dev-dependencies] -snapbox = { version = "0.5.7", features = ["cmd"] } +snapbox = { version = "0.5.9", features = ["cmd"] } diff --git a/tests/single-panic/Cargo.toml b/tests/single-panic/Cargo.toml index dce0ac0..2607f43 100644 --- a/tests/single-panic/Cargo.toml +++ b/tests/single-panic/Cargo.toml @@ -11,4 +11,4 @@ release = false human-panic = { path = "../.." } [dev-dependencies] -snapbox = { version = "0.5.7", features = ["cmd"] } +snapbox = { version = "0.5.9", features = ["cmd"] }