fix url to apt-pkg-native crate

Signed-off-by: Алексей Шабалин <shaba@noreply.gitea.basealt.ru>
This commit is contained in:
Алексей Шабалин 2024-11-07 14:57:14 +03:00
parent 58f1446429
commit d1141ab2ec

View File

@ -24,7 +24,7 @@ proxmox-apt-api-types.workspace = true
proxmox-config-digest = { workspace = true, features = ["openssl"] }
proxmox-sys.workspace = true
apt-pkg-native = {version = "0.3.2", git = "https://gitea.basealt.ru/konevsa/apt-pkg-native", optional = true }
apt-pkg-native = {version = "0.3.2", git = "https://gitea.basealt.ru/Proxmox/apt-pkg-native.git", optional = true }
regex = { workspace = true, optional = true }
nix = { workspace = true, optional = true }
log = { workspace = true, optional = true }