Browse Source

Bump System.IO.Hashing from 9.0.3 to 9.0.4 (#1295)

Bumps [System.IO.Hashing](https://github.com/dotnet/runtime) from 9.0.3 to 9.0.4.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v9.0.3...v9.0.4)

---
updated-dependencies:
- dependency-name: System.IO.Hashing
  dependency-version: 9.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1120/merge
dependabot[bot] 3 months ago
committed by GitHub
parent
commit
0423fe493c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      Minio/Minio.csproj

2
Minio/Minio.csproj

@ -13,7 +13,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.4" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.4" />
<PackageReference Include="System.IO.Hashing" Version="9.0.3" />
<PackageReference Include="System.IO.Hashing" Version="9.0.4" />
<PackageReference Include="System.Reactive" Version="6.0.1" />
<!--
<PackageReference Include="System.Reactive.Async" Version="6.0.0-alpha.18" />

Loading…
Cancel
Save