Skip to content

Commit

Permalink
maint(deps): bump github.com/DataDog/zstd from 1.5.5 to 1.5.6 (#254)
Browse files Browse the repository at this point in the history
Bumps [github.com/DataDog/zstd](https://github.com/DataDog/zstd) from
1.5.5 to 1.5.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/DataDog/zstd/releases">github.com/DataDog/zstd's
releases</a>.</em></p>
<blockquote>
<h2>zstd 1.5.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix readme typo by <a
href="https://github.com/colinlyguo"><code>@​colinlyguo</code></a> in <a
href="https://github.com/DataDog/zstd/pull/136">DataDog/zstd#136</a></li>
<li>Update upperBound ratio when guessing the required decompression
buffer size by <a
href="https://github.com/sfluor"><code>@​sfluor</code></a> in <a
href="https://github.com/DataDog/zstd/pull/141">DataDog/zstd#141</a></li>
<li>Update vendored zstd to 1.5.6 by <a
href="https://github.com/Viq111"><code>@​Viq111</code></a> in <a
href="https://github.com/DataDog/zstd/pull/143">DataDog/zstd#143</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/DataDog/zstd/compare/v1.5.5+patch1...v1.5.6">https://github.com/DataDog/zstd/compare/v1.5.5+patch1...v1.5.6</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/DataDog/zstd/commit/b52f60339537e2d7b2f326d8a9c33c114b345a8b"><code>b52f603</code></a>
Merge pull request <a
href="https://github.com/DataDog/zstd/issues/143">#143</a> from
DataDog/viq111/1.5.6</li>
<li><a
href="https://github.com/DataDog/zstd/commit/cf4778e74049e813bb50ef4c8aaa752b66379d19"><code>cf4778e</code></a>
Update Readme for 1.5.6</li>
<li><a
href="https://github.com/DataDog/zstd/commit/ed87d435205553c4b704d232eb3a44f1c750fbaa"><code>ed87d43</code></a>
Update vendored zstd to 1.5.6</li>
<li><a
href="https://github.com/DataDog/zstd/commit/dd7b33232ab6b46c822c68b47dc465b7dac0dcbe"><code>dd7b332</code></a>
Merge pull request <a
href="https://github.com/DataDog/zstd/issues/136">#136</a> from
colinlyguo/fix-readme</li>
<li><a
href="https://github.com/DataDog/zstd/commit/beb4dfd8efe4fca87cfa34b9d9b3b618020479a7"><code>beb4dfd</code></a>
Merge pull request <a
href="https://github.com/DataDog/zstd/issues/141">#141</a> from
DataDog/sfluor-patch-1</li>
<li><a
href="https://github.com/DataDog/zstd/commit/e75a26a7b0ea606a28840e0fa17809ff912e531a"><code>e75a26a</code></a>
Update upperBound ratio when guessing the required decompression buffer
size</li>
<li><a
href="https://github.com/DataDog/zstd/commit/c9a51416d5344f0fea6f1d9f21a19cc61710cc6e"><code>c9a5141</code></a>
fix readme</li>
<li><a
href="https://github.com/DataDog/zstd/commit/869dae002e5efb372a0b09cd7d99390ca2089cc1"><code>869dae0</code></a>
Merge pull request <a
href="https://github.com/DataDog/zstd/issues/132">#132</a> from
DataDog/viq111/bulk-fix-highlycompressed-payloads</li>
<li><a
href="https://github.com/DataDog/zstd/commit/bf7b920178edf269588862f823ee4cbfa474a544"><code>bf7b920</code></a>
[bulk] Add extra empty payload decompression test</li>
<li><a
href="https://github.com/DataDog/zstd/commit/9c0d33fe45c334fb40233b4877b3c972a991664e"><code>9c0d33f</code></a>
[bulk] Fix naming</li>
<li>Additional commits viewable in <a
href="https://github.com/DataDog/zstd/compare/v1.5.5...v1.5.6">compare
view</a></li>
</ul>
</details>
<br />

---
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent bca1293 commit 8d30c3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/honeycombio/libhoney-go
go 1.19

require (
github.com/DataDog/zstd v1.5.5
github.com/DataDog/zstd v1.5.6
github.com/facebookgo/muster v0.0.0-20150708232844-fd3d7953fd52
github.com/klauspost/compress v1.17.9
github.com/stretchr/testify v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/DataDog/zstd v1.5.5 h1:oWf5W7GtOLgp6bciQYDmhHHjdhYkALu6S/5Ni9ZgSvQ=
github.com/DataDog/zstd v1.5.5/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw=
github.com/DataDog/zstd v1.5.6 h1:LbEglqepa/ipmmQJUDnSsfvA8e8IStVcGaFWDuxvGOY=
github.com/DataDog/zstd v1.5.6/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a h1:yDWHCSQ40h88yih2JAcL6Ls/kVkSE8GFACTGVnMPruw=
Expand Down

0 comments on commit 8d30c3b

Please sign in to comment.