[pbs-devel] [PATCH proxmox 13/15] openid: remove unused dependencies
    Maximiliano Sandoval 
    m.sandoval at proxmox.com
       
    Wed Aug 14 11:18:40 CEST 2024
    
    
  
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
 proxmox-openid/Cargo.toml | 1 -
 1 file changed, 1 deletion(-)
diff --git a/proxmox-openid/Cargo.toml b/proxmox-openid/Cargo.toml
index 243b04b7..f5d86f36 100644
--- a/proxmox-openid/Cargo.toml
+++ b/proxmox-openid/Cargo.toml
@@ -18,7 +18,6 @@ serde = { workspace = true, features = ["derive"] }
 serde_json.workspace = true
 thiserror = "1"
 native-tls.workspace = true
-url.workspace = true
 
 openidconnect = { version = "2.4", default-features = false, features = ["accept-rfc3339-timestamps"] }
 ureq = { version = "2.4", default-features = false, features = ["native-tls", "gzip"] }
-- 
2.39.2
    
    
More information about the pbs-devel
mailing list