From 78facdf7597981b7e937985daa87400da07d7183 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Wed, 11 Jun 2025 01:02:18 +0800 Subject: [PATCH] revert flex log --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e0b7980..0689f62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] # new flexi_logger failed on rustc 1.75 -flexi_logger = { version = "0.30", features = ["async"] } +flexi_logger = { version = "0.27", features = ["async"] } protobuf = { version = "3.7", features = ["with-bytes"] } tokio = { version = "1.44", features = ["full"] } tokio-util = { version = "0.7", features = ["full"] }