]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump tokio-util to 0.7
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 2 Jun 2022 07:40:54 +0000 (09:40 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 2 Jun 2022 07:41:38 +0000 (09:41 +0200)
along with the rest of tokio/futures/hyper/openssl being updated - this
is the only one we explicitly depend on that had a non-compatible
version number.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Cargo.toml
debian/control
proxmox-backup-client/Cargo.toml
proxmox-restore-daemon/Cargo.toml

index 507346bf16d606159448c05f9ee66dd333ed21d3..9776a5eec0e005ada446d5aa75dd4cc9caa311fc 100644 (file)
@@ -77,7 +77,7 @@ syslog = "4.0"
 tokio = { version = "1.6", features = [ "fs", "io-util", "io-std", "macros", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "time" ] }
 tokio-openssl = "0.6.1"
 tokio-stream = "0.1.0"
-tokio-util = { version = "0.6", features = [ "codec", "io" ] }
+tokio-util = { version = "0.7", features = [ "codec", "io" ] }
 tower-service = "0.3.0"
 udev = "0.4"
 url = "2.1"
index c0cda2740cfc5f393e7abc4af9689efbc730ae13..47be1df2eb74a9be10e7a0f0d36c61a28387a838 100644 (file)
@@ -97,9 +97,9 @@ Build-Depends: debhelper (>= 12),
  librust-tokio-1+time-dev (>= 1.6-~~),
  librust-tokio-openssl-0.6+default-dev (>= 0.6.1-~~),
  librust-tokio-stream-0.1+default-dev,
- librust-tokio-util-0.6+codec-dev,
- librust-tokio-util-0.6+default-dev,
- librust-tokio-util-0.6+io-dev,
+ librust-tokio-util-0.7+codec-dev,
+ librust-tokio-util-0.7+default-dev,
+ librust-tokio-util-0.7+io-dev,
  librust-tower-service-0.3+default-dev,
  librust-udev-0.4+default-dev,
  librust-url-2+default-dev (>= 2.1-~~),
index a8fe398ecedb2f6e47d8ef2a950d341acd54eeb3..961c10e9ffccf731078b331e097f18c5fe07a69b 100644 (file)
@@ -15,7 +15,7 @@ serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
 tokio = { version = "1.6", features = [ "rt", "rt-multi-thread" ] }
 tokio-stream = "0.1.0"
-tokio-util = { version = "0.6", features = [ "codec", "io" ] }
+tokio-util = { version = "0.7", features = [ "codec", "io" ] }
 xdg = "2.2"
 zstd = { version = "0.6", features = [ "bindgen" ] }
 
index af4146de559bfbb668dd1e86ae797455cac77180..4cdbadb6db5b7af04bf9e73c3aac014e94d8c6e3 100644 (file)
@@ -21,7 +21,7 @@ serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
 tokio = { version = "1.6", features = ["parking_lot", "sync"] }
 tokio-stream = "0.1.0"
-tokio-util = { version = "0.6", features = [ "codec", "io" ] }
+tokio-util = { version = "0.7", features = [ "codec", "io" ] }
 
 pathpatterns = "0.1.2"
 pxar = { version = "0.10.1", features = [ "tokio-io" ] }