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

@ -928,6 +928,7 @@ func NewFs(ctx context.Context, name, root string, m configmap.Mapper) (fs.Fs, e
}
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,
}