From 35c95ca6538a2907cc5a1d8109248e6acb8bcbd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 1 Feb 2021 11:51:50 +0100 Subject: [PATCH] bump apt-pkg-native dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit our patches got applied upstream, and a release was cut, so we no longer need to depend on a manually patched version here. Signed-off-by: Fabian Grünbichler --- Cargo.toml | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6985527b..f5594a76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ name = "proxmox_backup" path = "src/lib.rs" [dependencies] -apt-pkg-native = "0.3.1" # custom patched version +apt-pkg-native = "0.3.2" base64 = "0.12" bitflags = "1.2.1" bytes = "1.0" diff --git a/debian/control b/debian/control index 1b810706..f2965086 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 11), rustc:native, libstd-rust-dev, librust-anyhow-1+default-dev, - librust-apt-pkg-native-0.3+default-dev (>= 0.3.1-~~), + librust-apt-pkg-native-0.3+default-dev (>= 0.3.2-~~), librust-base64-0.12+default-dev, librust-bitflags-1+default-dev (>= 1.2.1-~~), librust-bytes-1+default-dev,