[pbs-devel] [PATCH proxmox-backup 4/7] bump apt-pkg-native dependency to 0.3.2
Stefan Reiter
s.reiter at proxmox.com
Wed Oct 21 11:41:13 CEST 2020
Signed-off-by: Stefan Reiter <s.reiter at proxmox.com>
---
As before, this requires a custom version. My fork is still available at
https://github.com/PiMaker/apt-pkg-native-rs/ , the PR to the upstream has not
received an update.
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 88295d16..f7b52f13 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ name = "proxmox_backup"
path = "src/lib.rs"
[dependencies]
-apt-pkg-native = "0.3.1" # custom patched version
+apt-pkg-native = "0.3.2" # custom patched version
base64 = "0.12"
bitflags = "1.2.1"
bytes = "0.5"
--
2.20.1
More information about the pbs-devel
mailing list