From 0594199e329c7c5d8df24e894b6f4717e783b923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 00:30:30 +0000 Subject: [PATCH] Update regress requirement from 0.7.1 to 0.8.0 Updates the requirements on [regress](https://github.com/ridiculousfish/regress) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b11bd83..619e6f58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ rust_decimal = "1.32.0" sqlx = { version = "0.7.2", features = ["postgres", "runtime-tokio-rustls"] } serde_json = "1.0.107" actix-web = "4.4.0" -regress = "0.7.1" +regress = "0.8.0" color-eyre = {version = "0.6.2", features = ["url", "issue-url"]} fasthash = "0.4.0" rgb = "0.8.36"