From 2e06125974903b6fd5d353b1e32ed4a7ce21f0ad Mon Sep 17 00:00:00 2001 From: Denis Fondras Date: Sun, 24 Dec 2023 18:21:51 +0100 Subject: [PATCH] Update mac_address The latest version of mac_address allows to compile rustdesk-server on OpenBSD --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }