From fcd9f4ab7a8cc9280f977597457f780d29cda8bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 10:01:43 +0000 Subject: [PATCH] Bump goldenfile from 1.5.1 to 1.5.2 Bumps [goldenfile](https://github.com/calder/rust-goldenfile) from 1.5.1 to 1.5.2. - [Commits](https://github.com/calder/rust-goldenfile/commits) --- updated-dependencies: - dependency-name: goldenfile dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- quick-junit/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 13a9b8edc02..fc7c25a978e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -877,9 +877,9 @@ checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" [[package]] name = "goldenfile" -version = "1.5.1" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47e3c0854f3a3d6f899ea597ab8a850ab17ea7a046566223468be72c5ca00fc1" +checksum = "86342e69ffaa1cd5450d6bad08a80da96c441d891a0e07c72c62c4abdd281713" dependencies = [ "similar-asserts", "tempfile", diff --git a/quick-junit/Cargo.toml b/quick-junit/Cargo.toml index d74a40f1f92..a24f8fc5377 100644 --- a/quick-junit/Cargo.toml +++ b/quick-junit/Cargo.toml @@ -20,5 +20,5 @@ uuid = "1.4.1" nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" } [dev-dependencies] -goldenfile = "1.5.1" +goldenfile = "1.5.2" owo-colors = "3.5.0"