Skip to content

Commit

Permalink
MINOR: [C#] Bump ZstdSharp.Port from 0.7.2 to 0.7.3 in /csharp (apach…
Browse files Browse the repository at this point in the history
…e#38412)

Bumps [ZstdSharp.Port](https://github.com/oleg-st/ZstdSharp) from 0.7.2 to 0.7.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/oleg-st/ZstdSharp/releases">ZstdSharp.Port's releases</a>.</em></p>
<blockquote>
<h2>0.7.3</h2>
<p>Improved compatibility with Mono and .NET Native</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/26c25793cad1bdd82223437f4ceb3ea31708465d"><code>26c2579</code></a> 0.7.3</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/3b271630d5bfc48ff034592bbe501da5c9aa08c7"><code>3b27163</code></a> Converted some object initializations to constructors (.NET Native workaround)</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/3767e20b3c73f3dec048eec42cf6f569c9fb15ea"><code>3767e20</code></a> Hide function pointers (.NET Native / Mono / .NET Framework workarounds)</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/dcd8af0d88486bbefd05b6eaaab6823979089069"><code>dcd8af0</code></a> Array initialization optimization for .NET 7/8</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/cd7c9a9c64ecc5790284e063297a93d95cfb10d1"><code>cd7c9a9</code></a> memcmp simplified</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/be37b8f95dd5f0edd93a604e2dff671d70789983"><code>be37b8f</code></a> Bounded macro simplified</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/b1f90a760d63c29c3fad64d5c657cc0949fb01dd"><code>b1f90a7</code></a> Private/readonly fields</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/43f985313c1be1087249f6552c58fe5bd04f4e22"><code>43f9853</code></a> Reworked access to artificial fixed buffer fields</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/4ea7b5a6de2c168b9bb842f6677f86d7fd71391d"><code>4ea7b5a</code></a> Hide symbols that zstd does not export</li>
<li><a href="https://github.com/oleg-st/ZstdSharp/commit/cd0c35bd774a55beb8aa10dd4aa68980967cade4"><code>cd0c35b</code></a> Added TrainFromBufferFastCover method</li>
<li>See full diff in <a href="https://github.com/oleg-st/ZstdSharp/compare/0.7.2...0.7.3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ZstdSharp.Port&package-manager=nuget&previous-version=0.7.2&new-version=0.7.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@ dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@ dependabot rebase` will rebase this PR
- `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@ dependabot merge` will merge this PR after your CI passes on it
- `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@ dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@ dependabot reopen` will reopen this PR if it is closed
- `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@ dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@ dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@ dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@ dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
dependabot[bot] authored and loicalleyne committed Nov 13, 2023
1 parent 252f76a commit 17bac77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.3.6" />
<PackageReference Include="ZstdSharp.Port" Version="0.7.2" />
<PackageReference Include="ZstdSharp.Port" Version="0.7.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 17bac77

Please sign in to comment.