[pbs-devel] [PATCH proxmox 08/17] openid: use http 0.2 to avoid openidconnect update
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed Mar 26 16:23:12 CET 2025
to avoid too much churn right now
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
proxmox-openid/Cargo.toml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/proxmox-openid/Cargo.toml b/proxmox-openid/Cargo.toml
index fde67b61..65a8587d 100644
--- a/proxmox-openid/Cargo.toml
+++ b/proxmox-openid/Cargo.toml
@@ -14,7 +14,8 @@ rust-version.workspace = true
[dependencies]
anyhow.workspace = true
-http.workspace = true
+# until oauth2 and openidconnect are updated
+http.version = "0.2"
nix.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
--
2.39.5
More information about the pbs-devel
mailing list