diff --git a/proxmox-apt/Cargo.toml b/proxmox-apt/Cargo.toml index 348f43c2..8935245f 100644 --- a/proxmox-apt/Cargo.toml +++ b/proxmox-apt/Cargo.toml @@ -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 }