[pbs-devel] [PATCH proxmox 09/17] proxmox-login: switch to http 1.x
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed Mar 26 16:23:13 CET 2025
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
proxmox-login/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxmox-login/Cargo.toml b/proxmox-login/Cargo.toml
index 50dfe2c8..a78fa317 100644
--- a/proxmox-login/Cargo.toml
+++ b/proxmox-login/Cargo.toml
@@ -21,7 +21,7 @@ serde_json.workspace = true
webauthn-rs = { workspace = true, optional = true }
# For `Authentication::set_auth_headers`
-http = { version = "0.2.4", optional = true }
+http = { workspace = true, optional = true }
[target.'cfg(target_arch="wasm32")'.dependencies]
js-sys = "0.3.55"
--
2.39.5
More information about the pbs-devel
mailing list