From 17922cdea96c30cec31e60b6a6f09e45c50b9314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 12:56:40 +0000 Subject: [PATCH] chore(deps): bump snapbox from 0.6.24 to 1.2.1 Bumps [snapbox](https://github.com/assert-rs/snapbox) from 0.6.24 to 1.2.1. - [Commits](https://github.com/assert-rs/snapbox/compare/snapbox-v0.6.24...snapbox-v1.2.1) --- updated-dependencies: - dependency-name: snapbox dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd4048cf65aab..d454219156d48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1202,13 +1202,13 @@ dependencies = [ [[package]] name = "anstyle-svg" -version = "0.1.12" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e22d9f3dea8bbda97c75bd0f0203e23f1e190d6d6f27a40e10063946dc4d4362" +checksum = "db7ec5fa88fc0837393f6b110b0764aeb0a673952bc91300628641dd0fffbf85" dependencies = [ "anstyle", "anstyle-lossy", - "anstyle-parse 0.2.7", + "anstyle-parse 1.0.0", "html-escape", "unicode-width 0.2.2", ] @@ -10642,11 +10642,11 @@ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" [[package]] name = "snapbox" -version = "0.6.24" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c1abc378119f77310836665f8523018532cf7e3faeb3b10b01da5a7321bf8e1" +checksum = "f92ac911648d788a6435401d9b4803959039d4de9919fdabdb415a8bebd027be" dependencies = [ - "anstream 0.6.21", + "anstream 1.0.0", "anstyle", "anstyle-svg", "normalize-line-endings", @@ -10659,11 +10659,11 @@ dependencies = [ [[package]] name = "snapbox-macros" -version = "0.4.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b750c344002d7cc69afb9da00ebd9b5c0f8ac2eb7d115d9d45d5b5f47718d74" +checksum = "ed4a172e483585ebbc7c7f7d1705ca7e3f94f606ed78caa14805673189fd5455" dependencies = [ - "anstream 0.6.21", + "anstream 1.0.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 5911beed4b2b3..4461fbf3f2598 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -530,7 +530,7 @@ tempo-precompiles = { git = "https://github.com/tempoxyz/tempo", rev = "020bc287 ## Pinned dependencies. Enabled for the workspace in crates/test-utils. # testing -snapbox = { version = "0.6", features = ["json", "regex", "term-svg"] } +snapbox = { version = "1.2", features = ["json", "regex", "term-svg"] } # Use unicode-rs which has a smaller binary size than the default ICU4X as the IDNA backend, used # by the `url` crate.