build(deps): bump Refit.HttpClientFactory

Bumps [Refit.HttpClientFactory](https://github.com/reactiveui/refit) from 6.2.16 to 6.3.2.
- [Release notes](https://github.com/reactiveui/refit/releases)
- [Commits](https://github.com/reactiveui/refit/compare/v6.2.16...v6.3.2)

---
updated-dependencies:
- dependency-name: Refit.HttpClientFactory
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-09 06:03:18 +00:00 committed by Collin M. Barrett
parent 2c7a98dee7
commit 5d9cb9060c

View file

@ -21,7 +21,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="6.0.1" />
<PackageReference Include="Refit.HttpClientFactory" Version="6.2.16" />
<PackageReference Include="Refit.HttpClientFactory" Version="6.3.2" />
</ItemGroup>
</Project>