From 58a6db866fc94f1f8c8d4e760b49a5f50bf228ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 21:31:47 +0000 Subject: [PATCH] Bump regress from 0.10.3 to 0.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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e3c1a0f..9ddc6e90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3103,9 +3103,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 06bfcbbe..e2cbe903 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ rand = "0.9.2" ratatui = "0.29.0" rcgen = { version = "0.13.2", features = ["pem"] } regex = "1.11.1" -regress = "0.10.3" +regress = "0.10.4" reqwest = "0.12.22" rustc_version = "0.4.1" rustfmt-wrapper = "0.2.1"