build(deps): bump github.com/segmentio/kafka-go from 0.4.34 to 0.4.35 #258

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/segmentio/kafka-go-0.4.35 into master 2022-09-17 16:33:41 +03:00
dependabot[bot] commented 2022-09-12 17:26:43 +03:00 (Migrated from github.com)

Bumps github.com/segmentio/kafka-go from 0.4.34 to 0.4.35.

Release notes

Sourced from github.com/segmentio/kafka-go's releases.

v0.4.35

What's Changed

New Contributors

Full Changelog: https://github.com/segmentio/kafka-go/compare/v0.4.34...v0.4.35

Commits

Dependabot compatibility score

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 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)
Bumps [github.com/segmentio/kafka-go](https://github.com/segmentio/kafka-go) from 0.4.34 to 0.4.35. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/segmentio/kafka-go/releases">github.com/segmentio/kafka-go's releases</a>.</em></p> <blockquote> <h2>v0.4.35</h2> <h2>What's Changed</h2> <ul> <li>fix issue 971 by <a href="https://github.com/achille-roussel"><code>@​achille-roussel</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/973">segmentio/kafka-go#973</a></li> <li>Update WriteErrors error message by <a href="https://github.com/mhmtszr"><code>@​mhmtszr</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/964">segmentio/kafka-go#964</a></li> <li>feat(reader): handle io.ErrNoProgress more gracefully by <a href="https://github.com/dominicbarnes"><code>@​dominicbarnes</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/941">segmentio/kafka-go#941</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mhmtszr"><code>@​mhmtszr</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/964">segmentio/kafka-go#964</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/segmentio/kafka-go/compare/v0.4.34...v0.4.35">https://github.com/segmentio/kafka-go/compare/v0.4.34...v0.4.35</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/segmentio/kafka-go/commit/8f063ce560a7dc30cf6e8e6e3cdb9b1b235a7698"><code>8f063ce</code></a> feat(reader): handle io.ErrNoProgress more gracefully (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/941">#941</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/ba6f4426b51102b8e730789b36bc706464edd9db"><code>ba6f442</code></a> Update WriteErrors error message (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/964">#964</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/ab4d8da0e00f400b8b89b00379b1b718788207d8"><code>ab4d8da</code></a> fix issue 971 (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/973">#973</a>)</li> <li>See full diff in <a href="https://github.com/segmentio/kafka-go/compare/v0.4.34...v0.4.35">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/segmentio/kafka-go&package-manager=go_modules&previous-version=0.4.34&new-version=0.4.35)](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 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>
github-actions[bot] (Migrated from github.com) approved these changes 2022-09-12 17:27:01 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro-tests#258
No description provided.