From f0a13b3dff8ffc4b9cd4fdc7583d8c98bd6fe58b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 14:30:49 +0000 Subject: [PATCH] build(deps): bump regress from 0.11.0 to 0.11.1 Bumps [regress](https://github.com/ridiculousfish/regress) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/ridiculousfish/regress/releases) - [Commits](https://github.com/ridiculousfish/regress/compare/v0.11.0...v0.11.1) --- updated-dependencies: - dependency-name: regress dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba7a53bf..e003dc80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -798,9 +798,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "regress" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07948de9abc2e83adbeb7543c061a5ddaf7d944afcafbdd6e6b39aeacd40504b" +checksum = "158a764437582235e3501f683b93a0a6f8d825d04a789dbe5ed30b8799b8908a" dependencies = [ "hashbrown", "memchr", diff --git a/Cargo.toml b/Cargo.toml index c345b075..15b9d503 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ paste = "1.0.15" prettyplease = "0.2.37" proc-macro2 = "1.0.106" quote = "1.0.45" -regress = "0.11.0" +regress = "0.11.1" rustfmt-wrapper = "0.2.1" schema = "0.1.0" schemars = "0.8.22"