chore(deps): bump github.com/multiformats/go-multihash from 0.1.0 to 0.2.1 #12

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/multiformats/go-multihash-0.2.1 into main
dependabot[bot] commented 2022-08-30 19:56:07 +00:00 (Migrated from github.com)

Bumps github.com/multiformats/go-multihash from 0.1.0 to 0.2.1.

Release notes

Sourced from github.com/multiformats/go-multihash's releases.

v0.2.1

What's Changed

New Contributors

Full Changelog: https://github.com/multiformats/go-multihash/compare/v0.2.0...v0.2.1

v0.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/multiformats/go-multihash/compare/v0.1.0...v0.2.0

Commits
  • 16974ad chore: release v0.2.1
  • 6525a7a feat: adding tests and finish variable sized functions
  • 1f2c018 feat: add support for variable length hash functions
  • f62cf07 adding blake3 tests and fixing an incorrect error message. (#158)
  • 89bf86c Merge pull request #157 from Jorropo/x/crypto
  • 6a7a019 chore: release v0.2.0
  • bc367d5 chore: replace blake2b implementation by golang.org/x/crypto
  • 584ca60 test: add blake2b
  • 82656bc Merge pull request #156 from multiformats/web3-bot/sync
  • 8b4f98c fix: Unnecessarily complex way of printing formatted string
  • Additional commits viewable in compare view

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/multiformats/go-multihash](https://github.com/multiformats/go-multihash) from 0.1.0 to 0.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/multiformats/go-multihash/releases">github.com/multiformats/go-multihash's releases</a>.</em></p> <blockquote> <h2>v0.2.1</h2> <h2>What's Changed</h2> <ul> <li>adding support for blake3 <ul> <li>by: <ul> <li><a href="https://github.com/laudiacay"><code>@​laudiacay</code></a></li> <li><a href="https://github.com/Stebalien"><code>@​Stebalien</code></a></li> <li><a href="https://github.com/Jorropo"><code>@​Jorropo</code></a></li> </ul> </li> <li>in: <ul> <li><a href="https://github-redirect.dependabot.com/multiformats/go-multihash/pull/158">multiformats/go-multihash#158</a></li> <li><a href="https://github-redirect.dependabot.com/multiformats/go-multihash/pull/161">multiformats/go-multihash#161</a></li> </ul> </li> </ul> </li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/laudiacay"><code>@​laudiacay</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/multiformats/go-multihash/pull/158">multiformats/go-multihash#158</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/multiformats/go-multihash/compare/v0.2.0...v0.2.1">https://github.com/multiformats/go-multihash/compare/v0.2.0...v0.2.1</a></p> <h2>v0.2.0</h2> <h2>What's Changed</h2> <ul> <li>chore: replace blake2b implementation by golang.org/x/crypto by <a href="https://github.com/Jorropo"><code>@​Jorropo</code></a> in <a href="https://github-redirect.dependabot.com/multiformats/go-multihash/pull/157">multiformats/go-multihash#157</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Jorropo"><code>@​Jorropo</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/multiformats/go-multihash/pull/157">multiformats/go-multihash#157</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/multiformats/go-multihash/compare/v0.1.0...v0.2.0">https://github.com/multiformats/go-multihash/compare/v0.1.0...v0.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/multiformats/go-multihash/commit/16974ad98ab1fb19eb756919f55373b39cc80bec"><code>16974ad</code></a> chore: release v0.2.1</li> <li><a href="https://github.com/multiformats/go-multihash/commit/6525a7adb4ee86fd510e67764e61f277422ef5a1"><code>6525a7a</code></a> feat: adding tests and finish variable sized functions</li> <li><a href="https://github.com/multiformats/go-multihash/commit/1f2c0181b92360cc31cad6270ffb4b83822a4b2f"><code>1f2c018</code></a> feat: add support for variable length hash functions</li> <li><a href="https://github.com/multiformats/go-multihash/commit/f62cf07f8bb2ca6baf15616286ac310525707f94"><code>f62cf07</code></a> adding blake3 tests and fixing an incorrect error message. (<a href="https://github-redirect.dependabot.com/multiformats/go-multihash/issues/158">#158</a>)</li> <li><a href="https://github.com/multiformats/go-multihash/commit/89bf86c75b6b66226f63e22db775a72172970360"><code>89bf86c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/multiformats/go-multihash/issues/157">#157</a> from Jorropo/x/crypto</li> <li><a href="https://github.com/multiformats/go-multihash/commit/6a7a01905e832b73ca6a60bbe6915b9e9b8232ba"><code>6a7a019</code></a> chore: release v0.2.0</li> <li><a href="https://github.com/multiformats/go-multihash/commit/bc367d50970c29dce160c996520e4e72a49a1597"><code>bc367d5</code></a> chore: replace blake2b implementation by golang.org/x/crypto</li> <li><a href="https://github.com/multiformats/go-multihash/commit/584ca60586e8bdbe832db74bbdf304068d15e8a8"><code>584ca60</code></a> test: add blake2b</li> <li><a href="https://github.com/multiformats/go-multihash/commit/82656bcdba6e745915dfa94b0367f7b39bccd670"><code>82656bc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/multiformats/go-multihash/issues/156">#156</a> from multiformats/web3-bot/sync</li> <li><a href="https://github.com/multiformats/go-multihash/commit/8b4f98cefa34565bb07ad81d72aacda2a1871315"><code>8b4f98c</code></a> fix: Unnecessarily complex way of printing formatted string</li> <li>Additional commits viewable in <a href="https://github.com/multiformats/go-multihash/compare/v0.1.0...v0.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/multiformats/go-multihash&package-manager=go_modules&previous-version=0.1.0&new-version=0.2.1)](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>
dependabot[bot] commented 2022-08-30 20:01:53 +00:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.
No Reviewers
No labels dependencies go
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cerc-io/laconicd-deprecated#12