Skip to content

Commit

Permalink
build(deps): bump github.com/cosmos/gogoproto from 1.4.7 to 1.4.8 in …
Browse files Browse the repository at this point in the history
…/e2e (cosmos#3480)

Bumps [github.com/cosmos/gogoproto](https://github.com/cosmos/gogoproto) from 1.4.7 to 1.4.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/gogoproto/releases">github.com/cosmos/gogoproto's releases</a>.</em></p>
<blockquote>
<h2>v1.4.8</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): bump google.golang.org/protobuf from 1.29.1 to 1.30.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/cosmos/gogoproto/pull/53">cosmos/gogoproto#53</a></li>
<li>chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.54.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/cosmos/gogoproto/pull/54">cosmos/gogoproto#54</a></li>
<li>chore(deps): bump bufbuild/buf-setup-action from 1.16.0 to 1.17.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/cosmos/gogoproto/pull/58">cosmos/gogoproto#58</a></li>
<li>perf: reduce allocations in MergedFileDescriptors by <a href="https://github.com/mark-rushakoff"><code>@​mark-rushakoff</code></a> in <a href="https://redirect.github.com/cosmos/gogoproto/pull/59">cosmos/gogoproto#59</a></li>
<li>perf: skip debug work when not in debug mode by <a href="https://github.com/mark-rushakoff"><code>@​mark-rushakoff</code></a> in <a href="https://redirect.github.com/cosmos/gogoproto/pull/60">cosmos/gogoproto#60</a></li>
<li>perf!: concurrent merge with optional debugging by <a href="https://github.com/mark-rushakoff"><code>@​mark-rushakoff</code></a> in <a href="https://redirect.github.com/cosmos/gogoproto/pull/61">cosmos/gogoproto#61</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/mark-rushakoff"><code>@​mark-rushakoff</code></a> made their first contribution in <a href="https://redirect.github.com/cosmos/gogoproto/pull/59">cosmos/gogoproto#59</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/cosmos/gogoproto/compare/v1.4.7...v1.4.8">https://github.com/cosmos/gogoproto/compare/v1.4.7...v1.4.8</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md">github.com/cosmos/gogoproto's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/cosmos/gogoproto/releases/tag/v1.4.8">v1.4.8</a> - 2023-04-18</h2>
<h3>Breaking changes</h3>
<ul>
<li><a href="https://redirect.github.com/cosmos/gogoproto/pull/60">#61</a> Use all available cores when merging registries.
Existing calls to <code>proto.MergedRegistry()</code> do not need to change.
The signature of <code>proto.MergedFileDescriptors</code> has changed to accept explicit arguments for the &quot;global files&quot; and &quot;app files&quot;.
Calls to <code>proto.MergedFileDescriptors()</code> should change to <code>proto.MergedGlobalFileDescriptors()</code> or <code>proto.MergedGlobalFileDescriptorsWithValidation()</code>.</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><a href="https://redirect.github.com/cosmos/gogoproto/pull/59">#59</a> Reuse buffers and gzip readers to reduce memory allocations during MergedFileDescriptors.</li>
<li><a href="https://redirect.github.com/cosmos/gogoproto/pull/60">#60</a> Skip work to check import path and file descriptor differences during MergedFileDescriptors, when not in debug mode.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cosmos/gogoproto/commit/a0d01712f60342e9724f1c51eb4241cd988a6600"><code>a0d0171</code></a> perf!: concurrent merge with optional debugging (<a href="https://redirect.github.com/cosmos/gogoproto/issues/61">#61</a>)</li>
<li><a href="https://github.com/cosmos/gogoproto/commit/d932639fc655e1b0a474fe8b07f5d3a7b68f9212"><code>d932639</code></a> perf: skip debug work when not in debug mode (<a href="https://redirect.github.com/cosmos/gogoproto/issues/60">#60</a>)</li>
<li><a href="https://github.com/cosmos/gogoproto/commit/7dca9a299f95827c42a752be50014fc1e6701a5d"><code>7dca9a2</code></a> perf: reduce allocations in MergedFileDescriptors (<a href="https://redirect.github.com/cosmos/gogoproto/issues/59">#59</a>)</li>
<li><a href="https://github.com/cosmos/gogoproto/commit/0c06433d5c1036d8987de5e9e83a487a9d76e717"><code>0c06433</code></a> chore(deps): bump bufbuild/buf-setup-action from 1.16.0 to 1.17.0 (<a href="https://redirect.github.com/cosmos/gogoproto/issues/58">#58</a>)</li>
<li><a href="https://github.com/cosmos/gogoproto/commit/9aa403eda080b65daab47d9e53431b970d99f8cf"><code>9aa403e</code></a> chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.54.0 (<a href="https://redirect.github.com/cosmos/gogoproto/issues/54">#54</a>)</li>
<li><a href="https://github.com/cosmos/gogoproto/commit/7d980dae6f48d14420783c3d1dd80869ed4536a1"><code>7d980da</code></a> chore(deps): bump google.golang.org/protobuf from 1.29.1 to 1.30.0 (<a href="https://redirect.github.com/cosmos/gogoproto/issues/53">#53</a>)</li>
<li>See full diff in <a href="https://github.com/cosmos/gogoproto/compare/v1.4.7...v1.4.8">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/cosmos/gogoproto&package-manager=go_modules&previous-version=1.4.7&new-version=1.4.8)](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>
  • Loading branch information
dependabot[bot] authored Apr 19, 2023
1 parent a02f0c1 commit b818767
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/cometbft/cometbft v0.37.0
github.com/cosmos/cosmos-sdk v0.47.0
github.com/cosmos/gogoproto v1.4.7
github.com/cosmos/gogoproto v1.4.8
github.com/cosmos/ibc-go/v7 v7.0.0
github.com/cosmos/interchain-accounts v0.5.1
github.com/docker/docker v20.10.19+incompatible
Expand Down
4 changes: 2 additions & 2 deletions e2e/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ github.com/cosmos/go-bip39 v1.0.0/go.mod h1:RNJv0H/pOIVgxw6KS7QeX2a0Uo0aKUlfhZ4x
github.com/cosmos/gogogateway v1.2.0 h1:Ae/OivNhp8DqBi/sh2A8a1D0y638GpL3tkmLQAiKxTE=
github.com/cosmos/gogogateway v1.2.0/go.mod h1:iQpLkGWxYcnCdz5iAdLcRBSw3h7NXeOkZ4GUkT+tbFI=
github.com/cosmos/gogoproto v1.4.2/go.mod h1:cLxOsn1ljAHSV527CHOtaIP91kK6cCrZETRBrkzItWU=
github.com/cosmos/gogoproto v1.4.7 h1:RzYKVnsEC7UIkDnhTIkqEB7LnIQbsySvmNEqPCiPevk=
github.com/cosmos/gogoproto v1.4.7/go.mod h1:gxGePp9qedovvl/StQL2BIJ6qlIBn1+9YxR0IulGBKA=
github.com/cosmos/gogoproto v1.4.8 h1:BrHKc6WFZt8+jRV71vKSQE+JrfF+JAnzrKo2VP7wIZ4=
github.com/cosmos/gogoproto v1.4.8/go.mod h1:hnb0DIEWTv+wdNzNcqus5xCQXq5+CXauq1FJuurRfVY=
github.com/cosmos/iavl v0.20.0 h1:fTVznVlepH0KK8NyKq8w+U7c2L6jofa27aFX6YGlm38=
github.com/cosmos/iavl v0.20.0/go.mod h1:WO7FyvaZJoH65+HFOsDir7xU9FWk2w9cHXNW1XHcl7A=
github.com/cosmos/ibc-go/modules/capability v1.0.0-rc1 h1:BvSKnPFKxL+TTSLxGKwJN4x0ndCZj0yfXhSvmsQztSA=
Expand Down

0 comments on commit b818767

Please sign in to comment.