]> git.proxmox.com Git - proxmox-websocket-tunnel.git/commitdiff
bump proxmox-http to 0.8
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 18 Apr 2023 08:55:33 +0000 (10:55 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 18 Apr 2023 08:55:33 +0000 (10:55 +0200)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Cargo.toml
debian/control

index e0057acb8f37a33218114c0888b7341783f6048d..ced0f3e50a1229f2cbfeb30c87a401bf43bfe27c 100644 (file)
@@ -24,5 +24,5 @@ tokio = { version = "1", features = ["io-std", "io-util", "macros", "rt-multi-th
 tokio-stream = { version = "0.1", features = ["io-util"] }
 tokio-util = "0.7"
 
-proxmox-http = { version = "0.7", features = ["websocket", "client"] }
+proxmox-http = { version = "0.8", features = ["websocket", "client"] }
 proxmox-sys = "0.4"
index 7250cbe63aa0b46b3c142dea73064aabdc5b51f1..92d81009f6e9260ddf5fc90e332bd5d63eddbd60 100644 (file)
@@ -15,9 +15,9 @@ Build-Depends: debhelper (>= 12),
  librust-itertools-0.10+default-dev,
  librust-openssl-0.10+default-dev,
  librust-percent-encoding-2+default-dev,
- librust-proxmox-http-0.7+client-dev,
- librust-proxmox-http-0.7+default-dev,
- librust-proxmox-http-0.7+websocket-dev,
+ librust-proxmox-http-0.8+client-dev,
+ librust-proxmox-http-0.8+default-dev,
+ librust-proxmox-http-0.8+websocket-dev,
  librust-proxmox-sys-0.4+default-dev,
  librust-serde-1+default-dev,
  librust-serde-1+derive-dev,