Update dependencies

This commit is contained in:
Dirkjan Ochtman
2022-11-25 07:56:08 -08:00
parent 78b79cf92c
commit c51c7e636f
2 changed files with 5 additions and 6 deletions

View File

@@ -1,9 +1,8 @@
use yup_oauth2::{
authenticator::{DefaultAuthenticator, DefaultHyperClient, HyperClientBuilder},
authenticator_delegate::{DeviceAuthResponse, DeviceFlowDelegate, InstalledFlowDelegate},
error::{AuthError, AuthErrorCode},
ApplicationDefaultCredentialsAuthenticator, ApplicationDefaultCredentialsFlowOpts,
ApplicationSecret, DeviceFlowAuthenticator, Error, InstalledFlowAuthenticator,
ApplicationSecret, DeviceFlowAuthenticator, InstalledFlowAuthenticator,
InstalledFlowReturnMethod, ServiceAccountAuthenticator, ServiceAccountKey,
AccessTokenAuthenticator,
};