]> git.proxmox.com Git - proxmox.git/commitdiff
openid: remove unused dependencies
authorMaximiliano Sandoval <m.sandoval@proxmox.com>
Wed, 14 Aug 2024 09:18:40 +0000 (11:18 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 14 Aug 2024 09:38:48 +0000 (11:38 +0200)
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
proxmox-openid/Cargo.toml

index 243b04b7f9b9371d2e7e9698bb55daf5e1bf6cef..f5d86f36afbfa7a68df4d7e1a242b96d2631c9a4 100644 (file)
@@ -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"] }