Skip to content

Commit

Permalink
MINOR: [C#] Bump ZstdSharp.Port and System.Runtime.CompilerServices.U…
Browse files Browse the repository at this point in the history
…nsafe

Bumps [ZstdSharp.Port](https://github.com/oleg-st/ZstdSharp) and [System.Runtime.CompilerServices.Unsafe](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

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

Updates `System.Runtime.CompilerServices.Unsafe` from 4.7.1 to 6.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v6.0.0)

---
updated-dependencies:
- dependency-name: ZstdSharp.Port
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Runtime.CompilerServices.Unsafe
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent e3db586 commit 77f7ece
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.3.8" />
<PackageReference Include="ZstdSharp.Port" Version="0.7.6" />
<PackageReference Include="ZstdSharp.Port" Version="0.8.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 77f7ece

Please sign in to comment.