From d1141ab2ec474cf10c395fecb699ae6a734b7a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=A8=D0=B0?= =?UTF-8?q?=D0=B1=D0=B0=D0=BB=D0=B8=D0=BD?= Date: Thu, 7 Nov 2024 14:57:14 +0300 Subject: [PATCH] fix url to apt-pkg-native crate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Алексей Шабалин --- proxmox-apt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.42.2