aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorn-connect <[email protected]>2023-03-02 13:19:10 +0100
committerGitHub <[email protected]>2023-03-02 13:19:10 +0100
commitfe805e85541531cca1bc7ecf561d4cb4af7b5b5d (patch)
tree47dc3725c29d651f7e3e32e769748cdb9eaf6134 /Cargo.toml
parent4d6d439b1ad797f8f8741a42672fa46c1503672e (diff)
downloadrustdesk-server-fe805e85541531cca1bc7ecf561d4cb4af7b5b5d.tar.gz
rustdesk-server-fe805e85541531cca1bc7ecf561d4cb4af7b5b5d.zip
Update Cargo.toml for FreeBSD build
Crate.io package local-ip-address from v0.5+ is Freebsd compatible, eg. it compiles and works. Simply changing the version to v0.5.1 in the Cargo.toml was possible to make a successful release build on FreeBSD 13 with prepackaged Rust 1.67.1.
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 184cd8c..63cba39 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,7 +48,7 @@ tower-http = { version = "0.3", features = ["fs", "trace", "cors"] }
http = "0.2"
flexi_logger = { version = "0.22", features = ["async", "use_chrono_for_offset"] }
ipnetwork = "0.20"
-local-ip-address = "0.4"
+local-ip-address = "0.5.1"
dns-lookup = "1.0.8"
ping = "0.4.0"