1
0
mirror of https://github.com/rclone/rclone.git synced 2025-11-23 21:44:49 +02:00

build: update all dependencies

This updates all direct and indirect dependencies

It stops the linter complaining about deprecated azidentiy APIs also.
This commit is contained in:
Nick Craig-Wood
2025-06-06 18:08:46 +01:00
parent 99358cee88
commit dda6a863e9
4 changed files with 344 additions and 355 deletions

View File

@@ -516,6 +516,7 @@ func newFsFromOptions(ctx context.Context, name, root string, opt *Options) (fs.
}
case opt.ClientID != "" && opt.Tenant != "" && opt.Username != "" && opt.Password != "":
// User with username and password
//nolint:staticcheck // this is deprecated due to Azure policy
options := azidentity.UsernamePasswordCredentialOptions{
ClientOptions: policyClientOptions,
}