Skip to content

Commit

Permalink
chore(deps): bump github.com/bits-and-blooms/bitset from 1.13.0 to 1.…
Browse files Browse the repository at this point in the history
…14.2 (#9140)

Bumps
[github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset)
from 1.13.0 to 1.14.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/bits-and-blooms/bitset/releases">github.com/bits-and-blooms/bitset's
releases</a>.</em></p>
<blockquote>
<h2>Version 1.14.2</h2>
<h2>What's Changed</h2>
<ul>
<li>len64() - fix docstring, tests for go1.8 by <a
href="https://github.com/skullhole"><code>@​skullhole</code></a> in <a
href="https://redirect.github.com/bits-and-blooms/bitset/pull/168">bits-and-blooms/bitset#168</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/bits-and-blooms/bitset/compare/v1.14.1...v1.14.2">https://github.com/bits-and-blooms/bitset/compare/v1.14.1...v1.14.2</a></p>
<h2>Version 1.14.1</h2>
<p>Minor code simplification.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/bits-and-blooms/bitset/compare/v1.14.0...v1.14.1">https://github.com/bits-and-blooms/bitset/compare/v1.14.0...v1.14.1</a></p>
<h2>Version 1.14.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix for issue 162 by <a
href="https://github.com/lemire"><code>@​lemire</code></a> in <a
href="https://redirect.github.com/bits-and-blooms/bitset/pull/163">bits-and-blooms/bitset#163</a></li>
<li>Support ShiftLeft and ShiftRight by <a
href="https://github.com/skullhole"><code>@​skullhole</code></a> in <a
href="https://redirect.github.com/bits-and-blooms/bitset/pull/165">bits-and-blooms/bitset#165</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/skullhole"><code>@​skullhole</code></a>
made their first contribution in <a
href="https://redirect.github.com/bits-and-blooms/bitset/pull/165">bits-and-blooms/bitset#165</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/bits-and-blooms/bitset/compare/v1.13.0...v1.14.0">https://github.com/bits-and-blooms/bitset/compare/v1.13.0...v1.14.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bits-and-blooms/bitset/commit/08d15d2f8dd5068c1be7bf0f5697cbc9fb09f28d"><code>08d15d2</code></a>
Merge pull request <a
href="https://redirect.github.com/bits-and-blooms/bitset/issues/168">#168</a>
from skullhole/167.1</li>
<li><a
href="https://github.com/bits-and-blooms/bitset/commit/064e45bdc00d294dfdb31c5ed36eb8b96c0b0073"><code>064e45b</code></a>
leadingZeroes64() go1.8 - fix typo</li>
<li><a
href="https://github.com/bits-and-blooms/bitset/commit/04f7f9a02c43f163c35b05318a6571855e894968"><code>04f7f9a</code></a>
leading_zeros_test.go tests for go1.8</li>
<li><a
href="https://github.com/bits-and-blooms/bitset/commit/630b883e21e198c6b120fc37f86d7285d07bc26e"><code>630b883</code></a>
leading_zeros_18.go - fix docstring</li>
<li><a
href="https://github.com/bits-and-blooms/bitset/commit/467471f8e446be2cd446592fbb4861bc99449321"><code>467471f</code></a>
code simplification</li>
<li><a
href="https://github.com/bits-and-blooms/bitset/commit/12944a5a3649bf5a9b6a7fb0dab6106ac7105ce6"><code>12944a5</code></a>
Merge pull request <a
href="https://redirect.github.com/bits-and-blooms/bitset/issues/165">#165</a>
from skullhole/144</li>
<li><a
href="https://github.com/bits-and-blooms/bitset/commit/b0cdcdc2c88592d4e69a6f8508c7c8993836d3a0"><code>b0cdcdc</code></a>
Merge pull request <a
href="https://redirect.github.com/bits-and-blooms/bitset/issues/161">#161</a>
from bits-and-blooms/dependabot/github_actions/github...</li>
<li><a
href="https://github.com/bits-and-blooms/bitset/commit/5fdaf6bf57cbd885610026403e255e44f710b31e"><code>5fdaf6b</code></a>
Merge branch 'master' of <a
href="https://github.com/bits-and-blooms/bitset">https://github.com/bits-and-blooms/bitset</a></li>
<li><a
href="https://github.com/bits-and-blooms/bitset/commit/29e970f93d5a6bd3a7e8a19e99dbb59b88146d27"><code>29e970f</code></a>
[no-ci] adding comment</li>
<li><a
href="https://github.com/bits-and-blooms/bitset/commit/5cfc6ad5a4bfe05da59f40b992c9ab389b0fda73"><code>5cfc6ad</code></a>
One more test</li>
<li>Additional commits viewable in <a
href="https://github.com/bits-and-blooms/bitset/compare/v1.13.0...v1.14.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/bits-and-blooms/bitset&package-manager=go_modules&previous-version=1.13.0&new-version=1.14.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 24, 2024
1 parent d321074 commit 81b3320
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 @@ -9,7 +9,7 @@ require (
github.com/HdrHistogram/hdrhistogram-go v1.1.2
github.com/IBM/sarama v1.43.3
github.com/Masterminds/semver/v3 v3.2.1
github.com/bits-and-blooms/bitset v1.13.0
github.com/bits-and-blooms/bitset v1.14.2
github.com/blevesearch/bleve/v2 v2.4.2
github.com/dgraph-io/badger/v4 v4.2.0
github.com/dgraph-io/dgo/v230 v230.0.2-0.20240808090644-31c0382ae95d
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+Ce
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs=
github.com/bits-and-blooms/bitset v1.13.0 h1:bAQ9OPNFYbGHV6Nez0tmNI0RiEu7/hxlYJRUA0wFAVE=
github.com/bits-and-blooms/bitset v1.13.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
github.com/bits-and-blooms/bitset v1.14.2 h1:YXVoyPndbdvcEVcseEovVfp0qjJp7S+i5+xgp/Nfbdc=
github.com/bits-and-blooms/bitset v1.14.2/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84=
github.com/blevesearch/bleve/v2 v2.4.2 h1:NooYP1mb3c0StkiY9/xviiq2LGSaE8BQBCc/pirMx0U=
github.com/blevesearch/bleve/v2 v2.4.2/go.mod h1:ATNKj7Yl2oJv/lGuF4kx39bST2dveX6w0th2FFYLkc8=
Expand Down

0 comments on commit 81b3320

Please sign in to comment.