Bump SharpCompress and ZstdSharp.Port

Bumps [SharpCompress](https://github.com/adamhathcock/sharpcompress) and [ZstdSharp.Port](https://github.com/oleg-st/ZstdSharp). These dependencies needed to be updated together.

Updates `SharpCompress` from 0.38.0 to 0.39.0
- [Release notes](https://github.com/adamhathcock/sharpcompress/releases)
- [Commits](https://github.com/adamhathcock/sharpcompress/compare/0.38.0...0.39.0)

Updates `ZstdSharp.Port` from 0.8.4 to 0.8.4
- [Release notes](https://github.com/oleg-st/ZstdSharp/releases)
- [Commits](https://github.com/oleg-st/ZstdSharp/compare/0.8.4...0.8.4)

---
updated-dependencies:
- dependency-name: SharpCompress
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: ZstdSharp.Port
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-17 01:18:34 +00:00 committed by Jeremy Pritts
parent 2da18e2ece
commit f78ede0fb3

View File

@ -10,7 +10,7 @@
<PackageReference Include="AssetRipper.IO.Endian" Version="1.1.0" /> <PackageReference Include="AssetRipper.IO.Endian" Version="1.1.0" />
<PackageReference Include="AssetRipper.Primitives" Version="3.1.4" /> <PackageReference Include="AssetRipper.Primitives" Version="3.1.4" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.8" /> <PackageReference Include="K4os.Compression.LZ4" Version="1.3.8" />
<PackageReference Include="SharpCompress" Version="0.38.0" /> <PackageReference Include="SharpCompress" Version="0.39.0" />
<PackageReference Include="ZstdSharp.Port" Version="0.8.4" /> <PackageReference Include="ZstdSharp.Port" Version="0.8.4" />
</ItemGroup> </ItemGroup>