diff --git a/Cargo.lock b/Cargo.lock index ae9dc30..a55b15a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,7 +175,7 @@ dependencies = [ [[package]] name = "dns-update" version = "0.1.6" -source = "git+ssh://git@github.com/stalwartlabs/dns-update.git#3a0985996dc8119c4adf1d25c6924ea6b981438e" +source = "git+https://github.com/stalwartlabs/dns-update.git#3a0985996dc8119c4adf1d25c6924ea6b981438e" dependencies = [ "hickory-client", "reqwest", diff --git a/dns-comunications/Cargo.toml b/dns-comunications/Cargo.toml index 01c8864..d088dec 100644 --- a/dns-comunications/Cargo.toml +++ b/dns-comunications/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.1" edition = "2024" [dependencies] -dns-update = { git = "ssh://git@github.com/stalwartlabs/dns-update.git" } +dns-update = { git = "https://github.com/stalwartlabs/dns-update.git" } base64 = "*" dns-config = {path = "../dns-config"}