Skip to content

Commit

Permalink
chore(deps): bump github.com/ipfs/go-ipld-cbor from 0.0.6 to 0.1.0 (#…
Browse files Browse the repository at this point in the history
…2622)

Bumps
[github.com/ipfs/go-ipld-cbor](https://github.com/ipfs/go-ipld-cbor)
from 0.0.6 to 0.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ipfs/go-ipld-cbor/releases">github.com/ipfs/go-ipld-cbor's
releases</a>.</em></p>
<blockquote>
<h2>v0.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li>allow configuration of ipldStores default hash function by <a
href="https://github.com/whyrusleeping"><code>@​whyrusleeping</code></a>
in <a
href="https://redirect.github.com/ipfs/go-ipld-cbor/pull/86">ipfs/go-ipld-cbor#86</a></li>
<li>adopt PL unified-ci</li>
<li>dependency upgrades to latest</li>
<li>Minimum go version bump to v1.20.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ipfs/go-ipld-cbor/compare/v0.0.6...v0.1.0">https://github.com/ipfs/go-ipld-cbor/compare/v0.0.6...v0.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ipfs/go-ipld-cbor/commit/2d0b3fb46a5ac56987bf454d7dadba9c20b798ac"><code>2d0b3fb</code></a>
v0.1.0 bump</li>
<li><a
href="https://github.com/ipfs/go-ipld-cbor/commit/c10cddbcc8c6cc46ce4200136506f5fe6071d81a"><code>c10cddb</code></a>
chore: update deps</li>
<li><a
href="https://github.com/ipfs/go-ipld-cbor/commit/f3140464f13a02bb21ba5292f47d8a60d0c982cb"><code>f314046</code></a>
chore: bump go.mod to Go 1.20 and run go fix</li>
<li><a
href="https://github.com/ipfs/go-ipld-cbor/commit/16a03690fd74c4005c059c9288d37a54b67869ae"><code>16a0369</code></a>
chore: add or force update version.json</li>
<li><a
href="https://github.com/ipfs/go-ipld-cbor/commit/da23a186034a8b71a9cde6a221671c7d35e08784"><code>da23a18</code></a>
chore: add or force update .github/workflows/tagpush.yml</li>
<li><a
href="https://github.com/ipfs/go-ipld-cbor/commit/8da0e33cde379f2dfd87aa13275649a8e4be0b63"><code>8da0e33</code></a>
chore: add or force update .github/workflows/release-check.yml</li>
<li><a
href="https://github.com/ipfs/go-ipld-cbor/commit/5698d0fbf95bba50814d107e7aaf4b4d5cdfbcfb"><code>5698d0f</code></a>
chore: add or force update .github/workflows/releaser.yml</li>
<li><a
href="https://github.com/ipfs/go-ipld-cbor/commit/5f282bb8cfc5655b6a8866450c6786c3327524d7"><code>5f282bb</code></a>
chore: add or force update .github/workflows/go-check.yml</li>
<li><a
href="https://github.com/ipfs/go-ipld-cbor/commit/2312e7604082534a71701a444f01055f94c678c3"><code>2312e76</code></a>
chore: add or force update .github/workflows/go-test.yml</li>
<li><a
href="https://github.com/ipfs/go-ipld-cbor/commit/1dc9bde53d60c99b94115b9d1fb335a4d4d1e3fd"><code>1dc9bde</code></a>
chore: delete templates [skip ci] (<a
href="https://redirect.github.com/ipfs/go-ipld-cbor/issues/91">#91</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ipfs/go-ipld-cbor/compare/v0.0.6...v0.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/ipfs/go-ipld-cbor&package-manager=go_modules&previous-version=0.0.6&new-version=0.1.0)](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 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>
Co-authored-by: Ryan <[email protected]>
  • Loading branch information
dependabot[bot] and distractedm1nd authored Sep 4, 2023
1 parent d75a743 commit 42caaee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ require (
github.com/ipfs/go-blockservice v0.5.1 // down 1 version, 0.5.2 is marked as deprecated and raises alerts
github.com/ipfs/go-cid v0.4.1
github.com/ipfs/go-datastore v0.6.0
github.com/ipfs/go-ipld-cbor v0.0.6
github.com/ipfs/go-ipld-cbor v0.1.0
github.com/ipfs/go-ipld-format v0.5.0
github.com/ipfs/go-log/v2 v2.5.1
github.com/ipfs/go-merkledag v0.11.0
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1147,8 +1147,9 @@ github.com/ipfs/go-ipfs-util v0.0.3/go.mod h1:LHzG1a0Ig4G+iZ26UUOMjHd+lfM84LZCrn
github.com/ipfs/go-ipld-cbor v0.0.2/go.mod h1:wTBtrQZA3SoFKMVkp6cn6HMRteIB1VsmHA0AQFOn7Nc=
github.com/ipfs/go-ipld-cbor v0.0.3/go.mod h1:wTBtrQZA3SoFKMVkp6cn6HMRteIB1VsmHA0AQFOn7Nc=
github.com/ipfs/go-ipld-cbor v0.0.5/go.mod h1:BkCduEx3XBCO6t2Sfo5BaHzuok7hbhdMm9Oh8B2Ftq4=
github.com/ipfs/go-ipld-cbor v0.0.6 h1:pYuWHyvSpIsOOLw4Jy7NbBkCyzLDcl64Bf/LZW7eBQ0=
github.com/ipfs/go-ipld-cbor v0.0.6/go.mod h1:ssdxxaLJPXH7OjF5V4NSjBbcfh+evoR4ukuru0oPXMA=
github.com/ipfs/go-ipld-cbor v0.1.0 h1:dx0nS0kILVivGhfWuB6dUpMa/LAwElHPw1yOGYopoYs=
github.com/ipfs/go-ipld-cbor v0.1.0/go.mod h1:U2aYlmVrJr2wsUBU67K4KgepApSZddGRDWBYR0H4sCk=
github.com/ipfs/go-ipld-format v0.0.1/go.mod h1:kyJtbkDALmFHv3QR6et67i35QzO3S0dCDnkOJhcZkms=
github.com/ipfs/go-ipld-format v0.0.2/go.mod h1:4B6+FM2u9OJ9zCV+kSbgFAZlOrv1Hqbf0INGQgiKf9k=
github.com/ipfs/go-ipld-format v0.2.0/go.mod h1:3l3C1uKoadTPbeNfrDi+xMInYKlx2Cvg1BuydPSdzQs=
Expand Down

0 comments on commit 42caaee

Please sign in to comment.