From 46a30d72861f592862b04c2c7c3f67672c4e1896 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 21 Nov 2023 05:20:32 +0000
Subject: [PATCH] Bump System.IO.Hashing from 7.0.0 to 8.0.0

Bumps [System.IO.Hashing](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
---
 Minio/Minio.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Minio/Minio.csproj b/Minio/Minio.csproj
index dbbb468e7..54834ed9b 100644
--- a/Minio/Minio.csproj
+++ b/Minio/Minio.csproj
@@ -13,7 +13,7 @@
 	<ItemGroup>
 		<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
 		<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
-		<PackageReference Include="System.IO.Hashing" Version="7.0.0" />
+		<PackageReference Include="System.IO.Hashing" Version="8.0.0" />
 		<PackageReference Include="System.Reactive" Version="6.0.0" />
 		<!--
 		<PackageReference Include="System.Reactive.Async" Version="6.0.0-alpha.18" />