aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRustDesk <[email protected]>2023-04-01 17:31:58 +0800
committerGitHub <[email protected]>2023-04-01 17:31:58 +0800
commit336b281657f686c256f38796ac831386a33f34b7 (patch)
tree192244b70e66ed0376a62742205716d6709b205c /Cargo.toml
parent7bbed69ad266dba6547b28a078131cc9b116f5bd (diff)
parent57898642e81a2935a42a353fb13b0f7e61efe60e (diff)
downloadrustdesk-server-1.1.7-4.tar.gz
rustdesk-server-1.1.7-4.zip
Merge pull request #235 from n-connect/master1.1.7-4
Core dump fix and rc.d scripts optimisation for FreeBSD
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 63cba39..41df53e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ tungstenite = "0.17"
regex = "1.4"
tower-http = { version = "0.3", features = ["fs", "trace", "cors"] }
http = "0.2"
-flexi_logger = { version = "0.22", features = ["async", "use_chrono_for_offset"] }
+flexi_logger = { version = "0.22", features = ["async", "use_chrono_for_offset", "dont_minimize_extra_stacks"] }
ipnetwork = "0.20"
local-ip-address = "0.5.1"
dns-lookup = "1.0.8"