From 1b9fb6d55150c30bbda99046481fe5a343bd6e8f Mon Sep 17 00:00:00 2001 From: Guillermo Roche Date: Wed, 14 Jan 2026 12:31:34 +0000 Subject: [PATCH] update dependencies to be more compatible with portage --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab6890b..07c5435 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -588,7 +588,7 @@ dependencies = [ [[package]] name = "dns-comunications" version = "0.1.1" -source = "git+https://rochegmr.com/git/groche97/dns_manager.git#f2e6d7102d4804568bfa1882bf8eabe9ac0105a9" +source = "git+https://rochegmr.com/git/groche97/dns_manager.git?rev=ddcd867dced9546687e1d82a3fbc81db5edc04d8#ddcd867dced9546687e1d82a3fbc81db5edc04d8" dependencies = [ "base64 0.21.7", "dns-config", @@ -598,7 +598,7 @@ dependencies = [ [[package]] name = "dns-config" version = "0.1.1" -source = "git+https://rochegmr.com/git/groche97/dns_manager.git#f2e6d7102d4804568bfa1882bf8eabe9ac0105a9" +source = "git+https://rochegmr.com/git/groche97/dns_manager.git?rev=ddcd867dced9546687e1d82a3fbc81db5edc04d8#ddcd867dced9546687e1d82a3fbc81db5edc04d8" dependencies = [ "toml", ] @@ -606,7 +606,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", @@ -620,7 +620,7 @@ dependencies = [ [[package]] name = "dns_manager" version = "0.1.1" -source = "git+https://rochegmr.com/git/groche97/dns_manager.git#f2e6d7102d4804568bfa1882bf8eabe9ac0105a9" +source = "git+https://rochegmr.com/git/groche97/dns_manager.git?rev=ddcd867dced9546687e1d82a3fbc81db5edc04d8#ddcd867dced9546687e1d82a3fbc81db5edc04d8" dependencies = [ "dns-comunications", "dns-config", diff --git a/Cargo.toml b/Cargo.toml index dfaff29..b420631 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ serde = "*" serde_json = "*" fallible-iterator = "*" toml = "0.9" -dns_manager = { git = "https://rochegmr.com/git/groche97/dns_manager.git"} +dns_manager = { git = "https://rochegmr.com/git/groche97/dns_manager.git", rev = "ddcd867dced9546687e1d82a3fbc81db5edc04d8"} [target.x86_64-unknown-linux-gnu] rustflags = [