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})