Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MINOR: [C#] Bump K4os.Compression.LZ4.Streams and System.Runtime.CompilerServices.Unsafe in /csharp #41216

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps K4os.Compression.LZ4.Streams and System.Runtime.CompilerServices.Unsafe. These dependencies needed to be updated together.
Updates K4os.Compression.LZ4.Streams from 1.3.6 to 1.3.8

Release notes

Sourced from K4os.Compression.LZ4.Streams's releases.

v1.3.8

  • FIXED #96: fixed issue returning wrong compressed length when compressing into Span

v1.3.7-beta

  • ADDED #61: Partial decompression support (see #61, #90) (thanks: Sewer56)
  • CHANGED: build process from FAKE (sorry!) to Nuke
Changelog

Sourced from K4os.Compression.LZ4.Streams's changelog.

1.3.8 (2023/03/17)

  • FIXED #96: fixed issue returning wrong compressed length when compressing into Span

1.3.7-beta (2023/10/03)

  • ADDED #61: partial decompression support (see #61, #90) (thanks: Sewer56)
  • CHANGED: build process from FAKE (sorry!) to Nuke
Commits

Updates System.Runtime.CompilerServices.Unsafe from 4.7.1 to 6.0.0

Release notes

Sourced from System.Runtime.CompilerServices.Unsafe's releases.

.NET 6.0

Release

.NET 6.0 RC 2

Release

.NET 6.0 RC 1

Release

.NET 6.0 Preview 7

Release

.NET 6.0 Preview 6

Release

.NET 6.0 Preview 5

Release

.NET 6.0 Preview 4

Release

.NET 6.0 Preview 3

Release

.NET 6.0 Preview 2

Release

.NET 6.0 Preview 1

Release

.NET 5.0.17

Release

.NET 5 is now out of support. We recommend using .NET 6.

.NET 5.0.16

Release

.NET 5.0.15

Release

.NET 5.0.14

Release

.NET 5.0.13

Release

.NET 5.0.11

Release

... (truncated)

Commits

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 commands and options

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)

@dependabot dependabot bot requested a review from CurtHagenlocher as a code owner April 15, 2024 16:53
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Dependabot-only labels Apr 15, 2024
@CurtHagenlocher
Copy link
Contributor

In light of the XZ incident and the type and scope of the changes being made here, I'm going to take a little longer and vet the source changes a little more thoroughly.

…ilerServices.Unsafe

Bumps [K4os.Compression.LZ4.Streams](https://github.com/MiloszKrajewski/K4os.Compression.LZ4) and [System.Runtime.CompilerServices.Unsafe](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `K4os.Compression.LZ4.Streams` from 1.3.6 to 1.3.8
- [Release notes](https://github.com/MiloszKrajewski/K4os.Compression.LZ4/releases)
- [Changelog](https://github.com/MiloszKrajewski/K4os.Compression.LZ4/blob/master/CHANGES.md)
- [Commits](MiloszKrajewski/K4os.Compression.LZ4@1.3.6...1.3.8)

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: K4os.Compression.LZ4.Streams
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: System.Runtime.CompilerServices.Unsafe
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/csharp/multi-4403ba547d branch from ee5c766 to 6b3398b Compare April 22, 2024 22:44
@github-actions github-actions bot added awaiting committer review Awaiting committer review and removed awaiting review Awaiting review labels Apr 22, 2024
@CurtHagenlocher CurtHagenlocher merged commit 67003f4 into main Apr 23, 2024
66 checks passed
@CurtHagenlocher CurtHagenlocher removed the awaiting committer review Awaiting committer review label Apr 23, 2024
@dependabot dependabot bot deleted the dependabot/nuget/csharp/multi-4403ba547d branch April 23, 2024 02:18
Copy link

After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 67003f4.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them.

zanmato1984 pushed a commit to zanmato1984/arrow that referenced this pull request Apr 24, 2024
…ilerServices.Unsafe in /csharp (apache#41216)

Bumps [K4os.Compression.LZ4.Streams](https://github.com/MiloszKrajewski/K4os.Compression.LZ4) and [System.Runtime.CompilerServices.Unsafe](https://github.com/dotnet/runtime). These dependencies needed to be updated together.
Updates `K4os.Compression.LZ4.Streams` from 1.3.6 to 1.3.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/releases">K4os.Compression.LZ4.Streams's releases</a>.</em></p>
<blockquote>
<h2>v1.3.8</h2>
<ul>
<li>FIXED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/96">#96</a>: fixed issue returning wrong compressed length when compressing into Span</li>
</ul>
<h2>v1.3.7-beta</h2>
<ul>
<li>ADDED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>: Partial decompression support (see <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>, <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/90">#90</a>) (thanks: Sewer56)</li>
<li>CHANGED: build process from FAKE (sorry!) to Nuke</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/blob/master/CHANGES.md">K4os.Compression.LZ4.Streams's changelog</a>.</em></p>
<blockquote>
<h2>1.3.8 (2023/03/17)</h2>
<ul>
<li>FIXED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/96">#96</a>: fixed issue returning wrong compressed length when compressing into Span</li>
</ul>
<h2>1.3.7-beta (2023/10/03)</h2>
<ul>
<li>ADDED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>: partial decompression support (see <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>, <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/90">#90</a>) (thanks: Sewer56)</li>
<li>CHANGED: build process from FAKE (sorry!) to Nuke</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/f5a25b7d72e2e41550fe20662597169ff11c3b60"><code>f5a25b7</code></a> issue 96 (<a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/98">#98</a>)</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/52f43450287e0626276e72ac9cb483dca73bfeac"><code>52f4345</code></a> Fake 2 Nuke (<a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/91">#91</a>)</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/0509c297627842c0f6ba383f211203ef05cb20bd"><code>0509c29</code></a> Added Partial Decoding Support (<a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/90">#90</a>)</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/fe458dcd1bbdcafc60117e7ee089273dd8cce7af"><code>fe458dc</code></a> Update CHANGES.md</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/693a5547273770e72a1e74fc37ce823112daf6c4"><code>693a554</code></a> Update bug_report.md</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/a0f164f6935f8c00f7c09222ffb66c32f88e2474"><code>a0f164f</code></a> Update README.md</li>
<li>See full diff in <a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/compare/1.3.6...1.3.8">compare view</a></li>
</ul>
</details>
<br />

Updates `System.Runtime.CompilerServices.Unsafe` from 4.7.1 to 6.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dotnet/runtime/releases">System.Runtime.CompilerServices.Unsafe's releases</a>.</em></p>
<blockquote>
<h2>.NET 6.0</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0">Release</a></p>
<h2>.NET 6.0 RC 2</h2>
<p><a href="https://github.com/dotnet/core/tree/v6.0.0-rc.2">Release</a></p>
<h2>.NET 6.0 RC 1</h2>
<p><a href="https://github.com/dotnet/core/tree/v6.0.0-rc.1">Release</a></p>
<h2>.NET 6.0 Preview 7</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.7">Release</a></p>
<h2>.NET 6.0 Preview 6</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.6">Release</a></p>
<h2>.NET 6.0 Preview 5</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.5">Release</a></p>
<h2>.NET 6.0 Preview 4</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.4">Release</a></p>
<h2>.NET 6.0 Preview 3</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.3">Release</a></p>
<h2>.NET 6.0 Preview 2</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.2">Release</a></p>
<h2>.NET 6.0 Preview 1</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.1">Release</a></p>
<h2>.NET 5.0.17</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.17">Release</a></p>
<p>.NET 5 is now <a href="https://docs.microsoft.com/en-us/lifecycle/products/microsoft-net-and-net-core">out of support</a>. We recommend using .NET 6.</p>
<h2>.NET 5.0.16</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.16">Release</a></p>
<h2>.NET 5.0.15</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.15">Release</a></p>
<h2>.NET 5.0.14</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v5.0.14">Release</a></p>
<h2>.NET 5.0.13</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v5.0.13">Release</a></p>
<h2>.NET 5.0.11</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.11">Release</a></p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/dotnet/runtime/commits/v6.0.0">compare view</a></li>
</ul>
</details>
<br />

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: Curt Hagenlocher <[email protected]>
tolleybot pushed a commit to tmct/arrow that referenced this pull request May 2, 2024
…ilerServices.Unsafe in /csharp (apache#41216)

Bumps [K4os.Compression.LZ4.Streams](https://github.com/MiloszKrajewski/K4os.Compression.LZ4) and [System.Runtime.CompilerServices.Unsafe](https://github.com/dotnet/runtime). These dependencies needed to be updated together.
Updates `K4os.Compression.LZ4.Streams` from 1.3.6 to 1.3.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/releases">K4os.Compression.LZ4.Streams's releases</a>.</em></p>
<blockquote>
<h2>v1.3.8</h2>
<ul>
<li>FIXED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/96">#96</a>: fixed issue returning wrong compressed length when compressing into Span</li>
</ul>
<h2>v1.3.7-beta</h2>
<ul>
<li>ADDED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>: Partial decompression support (see <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>, <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/90">#90</a>) (thanks: Sewer56)</li>
<li>CHANGED: build process from FAKE (sorry!) to Nuke</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/blob/master/CHANGES.md">K4os.Compression.LZ4.Streams's changelog</a>.</em></p>
<blockquote>
<h2>1.3.8 (2023/03/17)</h2>
<ul>
<li>FIXED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/96">#96</a>: fixed issue returning wrong compressed length when compressing into Span</li>
</ul>
<h2>1.3.7-beta (2023/10/03)</h2>
<ul>
<li>ADDED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>: partial decompression support (see <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>, <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/90">#90</a>) (thanks: Sewer56)</li>
<li>CHANGED: build process from FAKE (sorry!) to Nuke</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/f5a25b7d72e2e41550fe20662597169ff11c3b60"><code>f5a25b7</code></a> issue 96 (<a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/98">#98</a>)</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/52f43450287e0626276e72ac9cb483dca73bfeac"><code>52f4345</code></a> Fake 2 Nuke (<a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/91">#91</a>)</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/0509c297627842c0f6ba383f211203ef05cb20bd"><code>0509c29</code></a> Added Partial Decoding Support (<a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/90">#90</a>)</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/fe458dcd1bbdcafc60117e7ee089273dd8cce7af"><code>fe458dc</code></a> Update CHANGES.md</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/693a5547273770e72a1e74fc37ce823112daf6c4"><code>693a554</code></a> Update bug_report.md</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/a0f164f6935f8c00f7c09222ffb66c32f88e2474"><code>a0f164f</code></a> Update README.md</li>
<li>See full diff in <a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/compare/1.3.6...1.3.8">compare view</a></li>
</ul>
</details>
<br />

Updates `System.Runtime.CompilerServices.Unsafe` from 4.7.1 to 6.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dotnet/runtime/releases">System.Runtime.CompilerServices.Unsafe's releases</a>.</em></p>
<blockquote>
<h2>.NET 6.0</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0">Release</a></p>
<h2>.NET 6.0 RC 2</h2>
<p><a href="https://github.com/dotnet/core/tree/v6.0.0-rc.2">Release</a></p>
<h2>.NET 6.0 RC 1</h2>
<p><a href="https://github.com/dotnet/core/tree/v6.0.0-rc.1">Release</a></p>
<h2>.NET 6.0 Preview 7</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.7">Release</a></p>
<h2>.NET 6.0 Preview 6</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.6">Release</a></p>
<h2>.NET 6.0 Preview 5</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.5">Release</a></p>
<h2>.NET 6.0 Preview 4</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.4">Release</a></p>
<h2>.NET 6.0 Preview 3</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.3">Release</a></p>
<h2>.NET 6.0 Preview 2</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.2">Release</a></p>
<h2>.NET 6.0 Preview 1</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.1">Release</a></p>
<h2>.NET 5.0.17</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.17">Release</a></p>
<p>.NET 5 is now <a href="https://docs.microsoft.com/en-us/lifecycle/products/microsoft-net-and-net-core">out of support</a>. We recommend using .NET 6.</p>
<h2>.NET 5.0.16</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.16">Release</a></p>
<h2>.NET 5.0.15</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.15">Release</a></p>
<h2>.NET 5.0.14</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v5.0.14">Release</a></p>
<h2>.NET 5.0.13</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v5.0.13">Release</a></p>
<h2>.NET 5.0.11</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.11">Release</a></p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/dotnet/runtime/commits/v6.0.0">compare view</a></li>
</ul>
</details>
<br />

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: Curt Hagenlocher <[email protected]>
tolleybot pushed a commit to tmct/arrow that referenced this pull request May 4, 2024
…ilerServices.Unsafe in /csharp (apache#41216)

Bumps [K4os.Compression.LZ4.Streams](https://github.com/MiloszKrajewski/K4os.Compression.LZ4) and [System.Runtime.CompilerServices.Unsafe](https://github.com/dotnet/runtime). These dependencies needed to be updated together.
Updates `K4os.Compression.LZ4.Streams` from 1.3.6 to 1.3.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/releases">K4os.Compression.LZ4.Streams's releases</a>.</em></p>
<blockquote>
<h2>v1.3.8</h2>
<ul>
<li>FIXED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/96">#96</a>: fixed issue returning wrong compressed length when compressing into Span</li>
</ul>
<h2>v1.3.7-beta</h2>
<ul>
<li>ADDED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>: Partial decompression support (see <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>, <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/90">#90</a>) (thanks: Sewer56)</li>
<li>CHANGED: build process from FAKE (sorry!) to Nuke</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/blob/master/CHANGES.md">K4os.Compression.LZ4.Streams's changelog</a>.</em></p>
<blockquote>
<h2>1.3.8 (2023/03/17)</h2>
<ul>
<li>FIXED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/96">#96</a>: fixed issue returning wrong compressed length when compressing into Span</li>
</ul>
<h2>1.3.7-beta (2023/10/03)</h2>
<ul>
<li>ADDED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>: partial decompression support (see <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>, <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/90">#90</a>) (thanks: Sewer56)</li>
<li>CHANGED: build process from FAKE (sorry!) to Nuke</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/f5a25b7d72e2e41550fe20662597169ff11c3b60"><code>f5a25b7</code></a> issue 96 (<a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/98">#98</a>)</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/52f43450287e0626276e72ac9cb483dca73bfeac"><code>52f4345</code></a> Fake 2 Nuke (<a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/91">#91</a>)</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/0509c297627842c0f6ba383f211203ef05cb20bd"><code>0509c29</code></a> Added Partial Decoding Support (<a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/90">#90</a>)</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/fe458dcd1bbdcafc60117e7ee089273dd8cce7af"><code>fe458dc</code></a> Update CHANGES.md</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/693a5547273770e72a1e74fc37ce823112daf6c4"><code>693a554</code></a> Update bug_report.md</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/a0f164f6935f8c00f7c09222ffb66c32f88e2474"><code>a0f164f</code></a> Update README.md</li>
<li>See full diff in <a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/compare/1.3.6...1.3.8">compare view</a></li>
</ul>
</details>
<br />

Updates `System.Runtime.CompilerServices.Unsafe` from 4.7.1 to 6.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dotnet/runtime/releases">System.Runtime.CompilerServices.Unsafe's releases</a>.</em></p>
<blockquote>
<h2>.NET 6.0</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0">Release</a></p>
<h2>.NET 6.0 RC 2</h2>
<p><a href="https://github.com/dotnet/core/tree/v6.0.0-rc.2">Release</a></p>
<h2>.NET 6.0 RC 1</h2>
<p><a href="https://github.com/dotnet/core/tree/v6.0.0-rc.1">Release</a></p>
<h2>.NET 6.0 Preview 7</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.7">Release</a></p>
<h2>.NET 6.0 Preview 6</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.6">Release</a></p>
<h2>.NET 6.0 Preview 5</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.5">Release</a></p>
<h2>.NET 6.0 Preview 4</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.4">Release</a></p>
<h2>.NET 6.0 Preview 3</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.3">Release</a></p>
<h2>.NET 6.0 Preview 2</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.2">Release</a></p>
<h2>.NET 6.0 Preview 1</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.1">Release</a></p>
<h2>.NET 5.0.17</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.17">Release</a></p>
<p>.NET 5 is now <a href="https://docs.microsoft.com/en-us/lifecycle/products/microsoft-net-and-net-core">out of support</a>. We recommend using .NET 6.</p>
<h2>.NET 5.0.16</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.16">Release</a></p>
<h2>.NET 5.0.15</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.15">Release</a></p>
<h2>.NET 5.0.14</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v5.0.14">Release</a></p>
<h2>.NET 5.0.13</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v5.0.13">Release</a></p>
<h2>.NET 5.0.11</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.11">Release</a></p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/dotnet/runtime/commits/v6.0.0">compare view</a></li>
</ul>
</details>
<br />

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: Curt Hagenlocher <[email protected]>
rok pushed a commit to tmct/arrow that referenced this pull request May 8, 2024
…ilerServices.Unsafe in /csharp (apache#41216)

Bumps [K4os.Compression.LZ4.Streams](https://github.com/MiloszKrajewski/K4os.Compression.LZ4) and [System.Runtime.CompilerServices.Unsafe](https://github.com/dotnet/runtime). These dependencies needed to be updated together.
Updates `K4os.Compression.LZ4.Streams` from 1.3.6 to 1.3.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/releases">K4os.Compression.LZ4.Streams's releases</a>.</em></p>
<blockquote>
<h2>v1.3.8</h2>
<ul>
<li>FIXED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/96">#96</a>: fixed issue returning wrong compressed length when compressing into Span</li>
</ul>
<h2>v1.3.7-beta</h2>
<ul>
<li>ADDED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>: Partial decompression support (see <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>, <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/90">#90</a>) (thanks: Sewer56)</li>
<li>CHANGED: build process from FAKE (sorry!) to Nuke</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/blob/master/CHANGES.md">K4os.Compression.LZ4.Streams's changelog</a>.</em></p>
<blockquote>
<h2>1.3.8 (2023/03/17)</h2>
<ul>
<li>FIXED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/96">#96</a>: fixed issue returning wrong compressed length when compressing into Span</li>
</ul>
<h2>1.3.7-beta (2023/10/03)</h2>
<ul>
<li>ADDED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>: partial decompression support (see <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>, <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/90">#90</a>) (thanks: Sewer56)</li>
<li>CHANGED: build process from FAKE (sorry!) to Nuke</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/f5a25b7d72e2e41550fe20662597169ff11c3b60"><code>f5a25b7</code></a> issue 96 (<a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/98">#98</a>)</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/52f43450287e0626276e72ac9cb483dca73bfeac"><code>52f4345</code></a> Fake 2 Nuke (<a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/91">#91</a>)</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/0509c297627842c0f6ba383f211203ef05cb20bd"><code>0509c29</code></a> Added Partial Decoding Support (<a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/90">#90</a>)</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/fe458dcd1bbdcafc60117e7ee089273dd8cce7af"><code>fe458dc</code></a> Update CHANGES.md</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/693a5547273770e72a1e74fc37ce823112daf6c4"><code>693a554</code></a> Update bug_report.md</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/a0f164f6935f8c00f7c09222ffb66c32f88e2474"><code>a0f164f</code></a> Update README.md</li>
<li>See full diff in <a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/compare/1.3.6...1.3.8">compare view</a></li>
</ul>
</details>
<br />

Updates `System.Runtime.CompilerServices.Unsafe` from 4.7.1 to 6.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dotnet/runtime/releases">System.Runtime.CompilerServices.Unsafe's releases</a>.</em></p>
<blockquote>
<h2>.NET 6.0</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0">Release</a></p>
<h2>.NET 6.0 RC 2</h2>
<p><a href="https://github.com/dotnet/core/tree/v6.0.0-rc.2">Release</a></p>
<h2>.NET 6.0 RC 1</h2>
<p><a href="https://github.com/dotnet/core/tree/v6.0.0-rc.1">Release</a></p>
<h2>.NET 6.0 Preview 7</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.7">Release</a></p>
<h2>.NET 6.0 Preview 6</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.6">Release</a></p>
<h2>.NET 6.0 Preview 5</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.5">Release</a></p>
<h2>.NET 6.0 Preview 4</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.4">Release</a></p>
<h2>.NET 6.0 Preview 3</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.3">Release</a></p>
<h2>.NET 6.0 Preview 2</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.2">Release</a></p>
<h2>.NET 6.0 Preview 1</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.1">Release</a></p>
<h2>.NET 5.0.17</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.17">Release</a></p>
<p>.NET 5 is now <a href="https://docs.microsoft.com/en-us/lifecycle/products/microsoft-net-and-net-core">out of support</a>. We recommend using .NET 6.</p>
<h2>.NET 5.0.16</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.16">Release</a></p>
<h2>.NET 5.0.15</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.15">Release</a></p>
<h2>.NET 5.0.14</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v5.0.14">Release</a></p>
<h2>.NET 5.0.13</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v5.0.13">Release</a></p>
<h2>.NET 5.0.11</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.11">Release</a></p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/dotnet/runtime/commits/v6.0.0">compare view</a></li>
</ul>
</details>
<br />

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: Curt Hagenlocher <[email protected]>
rok pushed a commit to tmct/arrow that referenced this pull request May 8, 2024
…ilerServices.Unsafe in /csharp (apache#41216)

Bumps [K4os.Compression.LZ4.Streams](https://github.com/MiloszKrajewski/K4os.Compression.LZ4) and [System.Runtime.CompilerServices.Unsafe](https://github.com/dotnet/runtime). These dependencies needed to be updated together.
Updates `K4os.Compression.LZ4.Streams` from 1.3.6 to 1.3.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/releases">K4os.Compression.LZ4.Streams's releases</a>.</em></p>
<blockquote>
<h2>v1.3.8</h2>
<ul>
<li>FIXED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/96">#96</a>: fixed issue returning wrong compressed length when compressing into Span</li>
</ul>
<h2>v1.3.7-beta</h2>
<ul>
<li>ADDED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>: Partial decompression support (see <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>, <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/90">#90</a>) (thanks: Sewer56)</li>
<li>CHANGED: build process from FAKE (sorry!) to Nuke</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/blob/master/CHANGES.md">K4os.Compression.LZ4.Streams's changelog</a>.</em></p>
<blockquote>
<h2>1.3.8 (2023/03/17)</h2>
<ul>
<li>FIXED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/96">#96</a>: fixed issue returning wrong compressed length when compressing into Span</li>
</ul>
<h2>1.3.7-beta (2023/10/03)</h2>
<ul>
<li>ADDED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>: partial decompression support (see <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>, <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/90">#90</a>) (thanks: Sewer56)</li>
<li>CHANGED: build process from FAKE (sorry!) to Nuke</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/f5a25b7d72e2e41550fe20662597169ff11c3b60"><code>f5a25b7</code></a> issue 96 (<a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/98">#98</a>)</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/52f43450287e0626276e72ac9cb483dca73bfeac"><code>52f4345</code></a> Fake 2 Nuke (<a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/91">#91</a>)</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/0509c297627842c0f6ba383f211203ef05cb20bd"><code>0509c29</code></a> Added Partial Decoding Support (<a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/90">#90</a>)</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/fe458dcd1bbdcafc60117e7ee089273dd8cce7af"><code>fe458dc</code></a> Update CHANGES.md</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/693a5547273770e72a1e74fc37ce823112daf6c4"><code>693a554</code></a> Update bug_report.md</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/a0f164f6935f8c00f7c09222ffb66c32f88e2474"><code>a0f164f</code></a> Update README.md</li>
<li>See full diff in <a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/compare/1.3.6...1.3.8">compare view</a></li>
</ul>
</details>
<br />

Updates `System.Runtime.CompilerServices.Unsafe` from 4.7.1 to 6.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dotnet/runtime/releases">System.Runtime.CompilerServices.Unsafe's releases</a>.</em></p>
<blockquote>
<h2>.NET 6.0</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0">Release</a></p>
<h2>.NET 6.0 RC 2</h2>
<p><a href="https://github.com/dotnet/core/tree/v6.0.0-rc.2">Release</a></p>
<h2>.NET 6.0 RC 1</h2>
<p><a href="https://github.com/dotnet/core/tree/v6.0.0-rc.1">Release</a></p>
<h2>.NET 6.0 Preview 7</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.7">Release</a></p>
<h2>.NET 6.0 Preview 6</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.6">Release</a></p>
<h2>.NET 6.0 Preview 5</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.5">Release</a></p>
<h2>.NET 6.0 Preview 4</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.4">Release</a></p>
<h2>.NET 6.0 Preview 3</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.3">Release</a></p>
<h2>.NET 6.0 Preview 2</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.2">Release</a></p>
<h2>.NET 6.0 Preview 1</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.1">Release</a></p>
<h2>.NET 5.0.17</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.17">Release</a></p>
<p>.NET 5 is now <a href="https://docs.microsoft.com/en-us/lifecycle/products/microsoft-net-and-net-core">out of support</a>. We recommend using .NET 6.</p>
<h2>.NET 5.0.16</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.16">Release</a></p>
<h2>.NET 5.0.15</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.15">Release</a></p>
<h2>.NET 5.0.14</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v5.0.14">Release</a></p>
<h2>.NET 5.0.13</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v5.0.13">Release</a></p>
<h2>.NET 5.0.11</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.11">Release</a></p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/dotnet/runtime/commits/v6.0.0">compare view</a></li>
</ul>
</details>
<br />

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: Curt Hagenlocher <[email protected]>
vibhatha pushed a commit to vibhatha/arrow that referenced this pull request May 25, 2024
…ilerServices.Unsafe in /csharp (apache#41216)

Bumps [K4os.Compression.LZ4.Streams](https://github.com/MiloszKrajewski/K4os.Compression.LZ4) and [System.Runtime.CompilerServices.Unsafe](https://github.com/dotnet/runtime). These dependencies needed to be updated together.
Updates `K4os.Compression.LZ4.Streams` from 1.3.6 to 1.3.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/releases">K4os.Compression.LZ4.Streams's releases</a>.</em></p>
<blockquote>
<h2>v1.3.8</h2>
<ul>
<li>FIXED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/96">#96</a>: fixed issue returning wrong compressed length when compressing into Span</li>
</ul>
<h2>v1.3.7-beta</h2>
<ul>
<li>ADDED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>: Partial decompression support (see <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>, <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/90">#90</a>) (thanks: Sewer56)</li>
<li>CHANGED: build process from FAKE (sorry!) to Nuke</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/blob/master/CHANGES.md">K4os.Compression.LZ4.Streams's changelog</a>.</em></p>
<blockquote>
<h2>1.3.8 (2023/03/17)</h2>
<ul>
<li>FIXED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/96">#96</a>: fixed issue returning wrong compressed length when compressing into Span</li>
</ul>
<h2>1.3.7-beta (2023/10/03)</h2>
<ul>
<li>ADDED <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>: partial decompression support (see <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/61">#61</a>, <a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/90">#90</a>) (thanks: Sewer56)</li>
<li>CHANGED: build process from FAKE (sorry!) to Nuke</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/f5a25b7d72e2e41550fe20662597169ff11c3b60"><code>f5a25b7</code></a> issue 96 (<a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/98">#98</a>)</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/52f43450287e0626276e72ac9cb483dca73bfeac"><code>52f4345</code></a> Fake 2 Nuke (<a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/91">#91</a>)</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/0509c297627842c0f6ba383f211203ef05cb20bd"><code>0509c29</code></a> Added Partial Decoding Support (<a href="https://redirect.github.com/MiloszKrajewski/K4os.Compression.LZ4/issues/90">#90</a>)</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/fe458dcd1bbdcafc60117e7ee089273dd8cce7af"><code>fe458dc</code></a> Update CHANGES.md</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/693a5547273770e72a1e74fc37ce823112daf6c4"><code>693a554</code></a> Update bug_report.md</li>
<li><a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/commit/a0f164f6935f8c00f7c09222ffb66c32f88e2474"><code>a0f164f</code></a> Update README.md</li>
<li>See full diff in <a href="https://github.com/MiloszKrajewski/K4os.Compression.LZ4/compare/1.3.6...1.3.8">compare view</a></li>
</ul>
</details>
<br />

Updates `System.Runtime.CompilerServices.Unsafe` from 4.7.1 to 6.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dotnet/runtime/releases">System.Runtime.CompilerServices.Unsafe's releases</a>.</em></p>
<blockquote>
<h2>.NET 6.0</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0">Release</a></p>
<h2>.NET 6.0 RC 2</h2>
<p><a href="https://github.com/dotnet/core/tree/v6.0.0-rc.2">Release</a></p>
<h2>.NET 6.0 RC 1</h2>
<p><a href="https://github.com/dotnet/core/tree/v6.0.0-rc.1">Release</a></p>
<h2>.NET 6.0 Preview 7</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.7">Release</a></p>
<h2>.NET 6.0 Preview 6</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.6">Release</a></p>
<h2>.NET 6.0 Preview 5</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.5">Release</a></p>
<h2>.NET 6.0 Preview 4</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.4">Release</a></p>
<h2>.NET 6.0 Preview 3</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.3">Release</a></p>
<h2>.NET 6.0 Preview 2</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.2">Release</a></p>
<h2>.NET 6.0 Preview 1</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.1">Release</a></p>
<h2>.NET 5.0.17</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.17">Release</a></p>
<p>.NET 5 is now <a href="https://docs.microsoft.com/en-us/lifecycle/products/microsoft-net-and-net-core">out of support</a>. We recommend using .NET 6.</p>
<h2>.NET 5.0.16</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.16">Release</a></p>
<h2>.NET 5.0.15</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.15">Release</a></p>
<h2>.NET 5.0.14</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v5.0.14">Release</a></p>
<h2>.NET 5.0.13</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v5.0.13">Release</a></p>
<h2>.NET 5.0.11</h2>
<p><a href="https://github.com/dotnet/core/tree/v5.0.11">Release</a></p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/dotnet/runtime/commits/v6.0.0">compare view</a></li>
</ul>
</details>
<br />

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: Curt Hagenlocher <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: C# dependencies Dependabot-only .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant