From 64532e71e34ddcf5ffb9912e7d46be97c302d68e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 11:30:49 +0000 Subject: [PATCH] Bump regress from 0.10.5 to 0.11.0 Bumps [regress](https://github.com/ridiculousfish/regress) from 0.10.5 to 0.11.0. - [Release notes](https://github.com/ridiculousfish/regress/releases) - [Commits](https://github.com/ridiculousfish/regress/compare/v0.10.5...v0.11.0) --- updated-dependencies: - dependency-name: regress dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++++++++++-- Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 08f70fde..2714c4dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1701,7 +1701,7 @@ dependencies = [ "progenitor-impl", "progenitor-macro", "rand 0.10.0", - "regress", + "regress 0.11.0", "reqwest", "schemars", "serde", @@ -1936,6 +1936,16 @@ dependencies = [ "memchr", ] +[[package]] +name = "regress" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07948de9abc2e83adbeb7543c061a5ddaf7d944afcafbdd6e6b39aeacd40504b" +dependencies = [ + "hashbrown 0.16.1", + "memchr", +] + [[package]] name = "reqwest" version = "0.13.2" @@ -2947,7 +2957,7 @@ dependencies = [ "log", "proc-macro2", "quote", - "regress", + "regress 0.10.5", "schemars", "semver", "serde", diff --git a/Cargo.toml b/Cargo.toml index 50c10e01..e68aa391 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ proc-macro2 = "1.0.106" quote = "1.0.45" rand = "0.10.0" regex = "1.12.3" -regress = "0.10.5" +regress = "0.11.0" reqwest = { version = "0.13.2", default-features = false, features = ["json", "query", "stream"] } rustfmt-wrapper = "0.2.1" schemars = { version = "0.8.22", features = ["chrono", "uuid1"] }