diff --git a/Cargo.toml b/Cargo.toml
index 1342da3..e89b0ae 100644
@@ -16,7 +16,7 @@ lazy_static = { version = "1.4.0", optional = true }
serde = { version = "1.0.159", features = ["derive"], optional = true }
serde_json = { version = "1.0.95", optional = true }
home = { version = "0.5.4", optional = true }
-mac_address = { version = "1.1.4", optional = true }
+mac_address = { git = "https://github.com/topongo/mac_address", optional = true }
reqwest = { version = "0.11.16", optional = true }
clap = { version = "4.2.1", features = ["derive"], optional = true }