From 5cbbb4887d88ceef136c4c39398dfcc82392c126 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 06:52:23 +0000 Subject: [PATCH] Update Rust crate regress to 0.9.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44272eafab..015f15cdd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7628,9 +7628,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "regress" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d06f9a1f7cd8473611ba1a480cf35f9c5cffc2954336ba90a982fdb7e7d7f51e" +checksum = "0eae2a1ebfecc58aff952ef8ccd364329abe627762f5bf09ff42eb9d98522479" dependencies = [ "hashbrown 0.14.3", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 9a8be3e104..3b456cf959 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -353,7 +353,7 @@ rcgen = "0.12.1" reedline = "0.30.0" ref-cast = "1.0" regex = "1.10.4" -regress = "0.9.0" +regress = "0.9.1" reqwest = { version = "0.11", default-features = false } ring = "0.17.8" rpassword = "7.3.1"