From 127a4293a782d9466d89a42626df01223ae25d19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:14:55 +0000 Subject: [PATCH] chore(deps): update rust crate snapbox to 0.4.14 --- Cargo.lock | 4 ++-- tests/custom-panic/Cargo.toml | 2 +- tests/single-panic/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a425c0..2402a1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -294,9 +294,9 @@ dependencies = [ [[package]] name = "snapbox" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b439536a42c43be148b610c7f7f968fb79a457254910a9cb20900da73cd3271" +checksum = "4b377c0b6e4715c116473d8e40d51e3fa5b0a2297ca9b2a931ba800667b259ed" dependencies = [ "anstream", "anstyle", diff --git a/tests/custom-panic/Cargo.toml b/tests/custom-panic/Cargo.toml index b7aba2b..aa50790 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.4.13", features = ["cmd"] } +snapbox = { version = "0.4.14", features = ["cmd"] } diff --git a/tests/single-panic/Cargo.toml b/tests/single-panic/Cargo.toml index 7a986b3..26e4194 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.4.13", features = ["cmd"] } +snapbox = { version = "0.4.14", features = ["cmd"] }