aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDenis Fondras <[email protected]>2023-12-24 18:21:51 +0100
committerGitHub <[email protected]>2023-12-24 18:21:51 +0100
commit2e06125974903b6fd5d353b1e32ed4a7ce21f0ad (patch)
tree4229500b0ba8989c15418e38aae67d6530f989e8 /Cargo.toml
parentfc775102ff7412e23948f9476c291e68bffcb87c (diff)
downloadrustdesk-server-2e06125974903b6fd5d353b1e32ed4a7ce21f0ad.tar.gz
rustdesk-server-2e06125974903b6fd5d353b1e32ed4a7ce21f0ad.zip
Update mac_address
The latest version of mac_address allows to compile rustdesk-server on OpenBSD
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 ca8081e..ca3d06c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ clap = "2"
rust-ini = "0.18"
minreq = { version = "2.4", features = ["punycode"] }
machine-uid = "0.2"
-mac_address = "1.1"
+mac_address = "1.1.5"
whoami = "1.2"
base64 = "0.13"
axum = { version = "0.5", features = ["headers"] }