fix: correct yup-oauth2 types (Authenticator, AccessToken, ApplicationSecret fields)

This commit is contained in:
Ruben Rosario
2026-06-21 10:10:22 +01:00
parent 532e13caef
commit 9da086b7be
3 changed files with 470 additions and 192 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
chrono = { version = "0.4", features = ["serde"] }
dirs = "6"
yup-oauth2 = { version = "8", features = ["rustls-tls"] }
yup-oauth2 = { version = "8", features = ["hyper-rustls"] }