From ddb6742791df09795cd38b79bdc7d95d0fe6fa59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 10:06:36 -0800 Subject: [PATCH] Bump regress from 0.7.1 to 0.8.0 (#564) Bumps [regress](https://github.com/ridiculousfish/regress) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/ridiculousfish/regress/releases) - [Commits](https://github.com/ridiculousfish/regress/compare/v0.7.1...v0.8.0) --- updated-dependencies: - dependency-name: regress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 27 ++++----------------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0381b5c..92910716 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1267,15 +1267,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "hashbrown" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" -dependencies = [ - "ahash", -] - [[package]] name = "hashbrown" version = "0.14.3" @@ -1497,7 +1488,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520" dependencies = [ "equivalent", - "hashbrown 0.14.3", + "hashbrown", "serde", ] @@ -2022,7 +2013,7 @@ dependencies = [ "futures", "progenitor-client 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand", - "regress 0.7.1", + "regress", "reqwest", "schemars", "serde", @@ -2504,23 +2495,13 @@ version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" -[[package]] -name = "regress" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ed9969cad8051328011596bf549629f1b800cf1731e7964b1eef8dfc480d2c2" -dependencies = [ - "hashbrown 0.13.2", - "memchr", -] - [[package]] name = "regress" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4f5f39ba4513916c1b2657b72af6ec671f091cd637992f58d0ede5cae4e5dea0" dependencies = [ - "hashbrown 0.14.3", + "hashbrown", "memchr", ] @@ -3599,7 +3580,7 @@ dependencies = [ "log", "proc-macro2", "quote", - "regress 0.8.0", + "regress", "schemars", "serde_json", "syn 2.0.48", diff --git a/Cargo.toml b/Cargo.toml index 15933098..20188bce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ progenitor-client = "0.5.0" rand = "0.8.5" rcgen = "0.10.0" regex = "1.10.3" -regress = "0.7.1" +regress = "0.8.0" reqwest = "0.11.24" rustfmt-wrapper = "0.2.1" schemars = { version = "0.8.16", features = ["chrono", "uuid1"] }