From edcd1c3fce7e6dee13c4e51d7539cb0bfff82557 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Sat, 4 Jul 2026 09:58:21 +0000 Subject: [PATCH] Update Rust crate goldenfile to 1.11.0 --- Cargo.lock | 11 +++++++++-- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2daa5303..434d7b88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -145,12 +145,13 @@ dependencies = [ [[package]] name = "goldenfile" -version = "1.7.3" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "672ff1c2f0537cf3f92065ce8aa77e2fc3f2abae2c805eb67f40ceecfbdee428" +checksum = "206600f27ef687e85a572315eb297c79f66620b2b3eeb3a6cde17f25e049ae5b" dependencies = [ "scopeguard", "similar-asserts", + "static_assertions", "tempfile", "yansi", ] @@ -456,6 +457,12 @@ dependencies = [ "similar", ] +[[package]] +name = "static_assertions" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" + [[package]] name = "strip-ansi-escapes" version = "0.2.1" diff --git a/Cargo.toml b/Cargo.toml index 19dc9def..cefde916 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ rust-version = "1.79" [workspace.dependencies] chrono = { version = "0.4.45", default-features = false, features = ["std"] } -goldenfile = "1.7.3" +goldenfile = "1.11.0" indexmap = "2.11.4" newtype-uuid = "1.3.2" owo-colors = "4.1.0"