From d14a5d4e4d39acbb5aaae42619037eae913bc6aa Mon Sep 17 00:00:00 2001 From: neon_arch Date: Sun, 10 Sep 2023 18:02:04 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore:=20make=20github=20actions?= =?UTF-8?q?=20happy=20(#180)(#178)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c8dcb55..35cf219 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ once_cell = {version="1.18.0"} error-stack = {version="0.4.0"} async-trait = {version="0.1.73"} regex = {version="1.9.4", features=["perf"]} -futures = {version="0.3.28"}dhat = {version="0.3.2", optional = true} +futures = {version="0.3.28"} dhat = {version="0.3.2", optional = true} smallvec = {version="1.11.0", features=["union", "serde"]}