From 855ef5e0f2c22ffa4c256dc0b7396c47c269bcbd Mon Sep 17 00:00:00 2001 From: amtoaer Date: Fri, 29 Mar 2024 00:23:41 +0800 Subject: [PATCH] =?UTF-8?q?deps:=20=E7=BB=A7=E7=BB=AD=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 ++ Cargo.toml | 1 + 2 files changed, 3 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 3dc41bc..4c87197 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,6 +388,7 @@ dependencies = [ "cookie 0.18.0", "entity", "env_logger", + "futures", "futures-core", "futures-util", "hex", @@ -969,6 +970,7 @@ checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" dependencies = [ "futures-channel", "futures-core", + "futures-executor", "futures-io", "futures-sink", "futures-task", diff --git a/Cargo.toml b/Cargo.toml index 3e22b33..98035c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,6 +25,7 @@ regex = "1.10.3" chrono = { version = "0.4.35", features = ["serde"] } env_logger = "0.11.3" log = "0.4.21" +futures = "0.3.30" entity = { path = "entity" } migration = { path = "migration" }