aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRustDesk <[email protected]>2023-12-25 08:49:52 +0800
committerGitHub <[email protected]>2023-12-25 08:49:52 +0800
commit0ebfc09f8b071f27429a33944e252b006b6a58e2 (patch)
tree4229500b0ba8989c15418e38aae67d6530f989e8 /Cargo.toml
parentfc775102ff7412e23948f9476c291e68bffcb87c (diff)
parent2e06125974903b6fd5d353b1e32ed4a7ce21f0ad (diff)
downloadrustdesk-server-0ebfc09f8b071f27429a33944e252b006b6a58e2.tar.gz
rustdesk-server-0ebfc09f8b071f27429a33944e252b006b6a58e2.zip
Merge pull request #333 from ledeuns/patch-1
Update mac_address
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"] }