modify dependencies to be more compatible with portage

This commit is contained in:
2026-01-14 12:19:47 +00:00
parent f2e6d7102d
commit ddcd867dce
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -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",

View File

@@ -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"}