diff --git a/Cargo.lock b/Cargo.lock index 200e09fb..38ded473 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 8661612c..6b7cdf3d 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"