From 30388b72562b43b38af4735b91660242e696ac61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 1 Dec 2022 11:06:41 +0100 Subject: [PATCH] schema: update to textwrap 0.16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- proxmox-schema/Cargo.toml | 2 +- proxmox-schema/debian/control | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/proxmox-schema/Cargo.toml b/proxmox-schema/Cargo.toml index 63807f75..ccfc7a28 100644 --- a/proxmox-schema/Cargo.toml +++ b/proxmox-schema/Cargo.toml @@ -14,7 +14,7 @@ lazy_static = "1.4" regex = "1.5" serde = "1.0" serde_json = "1.0" -textwrap = "0.15" +textwrap = "0.16" # the upid type needs this for 'getpid' libc = { version = "0.2", optional = true } diff --git a/proxmox-schema/debian/control b/proxmox-schema/debian/control index dc7d5e61..2930491e 100644 --- a/proxmox-schema/debian/control +++ b/proxmox-schema/debian/control @@ -11,11 +11,12 @@ Build-Depends: debhelper (>= 12), librust-regex-1+default-dev (>= 1.5-~~) , librust-serde-1+default-dev , librust-serde-json-1+default-dev , - librust-textwrap-0.15+default-dev + librust-textwrap-0.16+default-dev Maintainer: Proxmox Support Team -Standards-Version: 4.5.1 +Standards-Version: 4.6.1 Vcs-Git: git://git.proxmox.com/git/proxmox.git Vcs-Browser: https://git.proxmox.com/?p=proxmox.git +X-Cargo-Crate: proxmox-schema Rules-Requires-Root: no Package: librust-proxmox-schema-dev @@ -28,7 +29,7 @@ Depends: librust-regex-1+default-dev (>= 1.5-~~), librust-serde-1+default-dev, librust-serde-json-1+default-dev, - librust-textwrap-0.15+default-dev + librust-textwrap-0.16+default-dev Suggests: librust-proxmox-schema+api-macro-dev (= ${binary:Version}), librust-proxmox-schema+upid-api-impl-dev (= ${binary:Version})