From 797ca95e7f9170aa4a11892e3b4160b953e13ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Wed, 3 Apr 2024 22:30:43 +0800 Subject: [PATCH] =?UTF-8?q?build(deps):=E5=A2=9E=E5=8A=A0tokio=5Futils?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- license_server/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/license_server/Cargo.toml b/license_server/Cargo.toml index f5119ca..2b8a311 100644 --- a/license_server/Cargo.toml +++ b/license_server/Cargo.toml @@ -21,6 +21,7 @@ serde_json = { version = "1.0.115", features = ["raw_value"] } serde_qs = { version = "0.12.0", features = ["axum"] } serde_repr = "0.1.18" tokio = { version = "1.37.0", features = ["full"] } +tokio-util = { version = "0.7.10", features = ["io", "io-util", "net", "rt", "full"] } tracing = { version = "0.1.40", features = ["attributes"] } tracing-appender = "0.2.3" tracing-error = "0.2.0"