From 40636ef9beb47f0a6fe29d8c96e1f05e4d18c592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 19:03:25 +0000 Subject: [PATCH] Bump regress from 0.10.3 to 0.10.4 Bumps [regress](https://github.com/ridiculousfish/regress) from 0.10.3 to 0.10.4. - [Release notes](https://github.com/ridiculousfish/regress/releases) - [Commits](https://github.com/ridiculousfish/regress/compare/v0.10.3...v0.10.4) --- updated-dependencies: - dependency-name: regress dependency-version: 0.10.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50fbf66a..2ebc839c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -805,9 +805,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "regress" -version = "0.10.3" +version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78ef7fa9ed0256d64a688a3747d0fef7a88851c18a5e1d57f115f38ec2e09366" +checksum = "145bb27393fe455dd64d6cbc8d059adfa392590a45eadf079c01b11857e7b010" dependencies = [ "hashbrown", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 90c75d32..5fd70c47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ paste = "1.0.15" prettyplease = "0.2.35" proc-macro2 = "1.0.95" quote = "1.0.40" -regress = "0.10.3" +regress = "0.10.4" rustfmt-wrapper = "0.2.1" schema = "0.1.0" schemars = "0.8.22"