From 9c53fc76c3f6b7fb7581d062a3849910cb92f6ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 04:58:31 +0000 Subject: [PATCH] chore(deps): update rust crate snapbox to 0.5.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7aaacb141..05715b0a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ similar = "2.5" [dev-dependencies] assert_fs = "1.1" predicates = "3.1" -snapbox = "0.4.16" +snapbox = "0.5.9" cargo-test-macro.git = "https://github.com/rust-lang/cargo" cargo-test-support.git = "https://github.com/rust-lang/cargo"