Skip to content

Commit

Permalink
Bump github.com/CosmWasm/wasmvm from 1.5.5 to 1.5.7 (#1324)
Browse files Browse the repository at this point in the history
Bumps [github.com/CosmWasm/wasmvm](https://github.com/CosmWasm/wasmvm) from 1.5.5 to 1.5.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/CosmWasm/wasmvm/releases">github.com/CosmWasm/wasmvm's releases</a>.</em></p>
<blockquote>
<h2>v1.5.7</h2>
<p>Build artifacts generated at this tag.</p>
<h2>v1.5.6</h2>
<ul>
<li>Add <code>SimulateStoreCode</code></li>
<li>Fix dangling pointer crash (<a href="https://redirect.github.com/CosmWasm/wasmvm/issues/571">#571</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/CosmWasm/wasmvm/commit/57f359110bcca5dad3028bc7b49b463e442c9e44"><code>57f3591</code></a> [skip ci] Built release libraries</li>
<li><a href="https://github.com/CosmWasm/wasmvm/commit/57d872efc497d3568d63e5fc709f611c0e21d9fe"><code>57d872e</code></a> Fix lockfile version</li>
<li><a href="https://github.com/CosmWasm/wasmvm/commit/90129512646fdfba38f9cb00347a08957fed38e5"><code>9012951</code></a> Set libwasmvm version to 1.5.7</li>
<li><a href="https://github.com/CosmWasm/wasmvm/commit/6a3d790ddfdb3728eb9785f0240d2bfa6d0bba55"><code>6a3d790</code></a> Merge pull request <a href="https://redirect.github.com/CosmWasm/wasmvm/issues/602">#602</a> from CosmWasm/co/remove-gaslimit</li>
<li><a href="https://github.com/CosmWasm/wasmvm/commit/b7f7d628ef8115a07831e0a1e0b6e0c9b98f2a28"><code>b7f7d62</code></a> Merge pull request <a href="https://redirect.github.com/CosmWasm/wasmvm/issues/605">#605</a> from CosmWasm/mergify/bp/release/1.5/pr-604</li>
<li><a href="https://github.com/CosmWasm/wasmvm/commit/78d03a8ba557416fcd58a1efc6b7050de90279b3"><code>78d03a8</code></a> Update cargo-audit</li>
<li><a href="https://github.com/CosmWasm/wasmvm/commit/ff0e4f064a58d9f87d4cc1bad25c115a4282d3f7"><code>ff0e4f0</code></a> Use locked dependencies for cargo-audit install</li>
<li><a href="https://github.com/CosmWasm/wasmvm/commit/fdd5ccc5eee4f1c1cdd8feee88e6231561032202"><code>fdd5ccc</code></a> Remove unused gasLimit param of SimulateStoreCode function</li>
<li><a href="https://github.com/CosmWasm/wasmvm/commit/ed3a3dcad9bd3a27d45b83f339bac6d3b6bd42f8"><code>ed3a3dc</code></a> [skip ci] Built release libraries</li>
<li><a href="https://github.com/CosmWasm/wasmvm/commit/84abe1bf7a5aba8e13af74590d64acd270fc9843"><code>84abe1b</code></a> Set libwasmvm version to 1.5.6</li>
<li>Additional commits viewable in <a href="https://github.com/CosmWasm/wasmvm/compare/v1.5.5...v1.5.7">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/CosmWasm/wasmvm&package-manager=go_modules&previous-version=1.5.5&new-version=1.5.7)](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>
dependabot[bot] authored Jan 28, 2025
1 parent 34953af commit ef33552
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
@@ -8,7 +8,7 @@ require (
cosmossdk.io/errors v1.0.1
cosmossdk.io/math v1.4.0
github.com/CosmWasm/wasmd v0.46.0
github.com/CosmWasm/wasmvm v1.5.5
github.com/CosmWasm/wasmvm v1.5.7
github.com/Stride-Labs/ibc-rate-limiting v1.0.0
github.com/cometbft/cometbft v0.37.11
github.com/cometbft/cometbft-db v0.8.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -209,8 +209,8 @@ github.com/ChainSafe/go-schnorrkel v1.1.0 h1:rZ6EU+CZFCjB4sHUE1jIu8VDoB/wRKZxoe1
github.com/ChainSafe/go-schnorrkel v1.1.0/go.mod h1:ABkENxiP+cvjFiByMIZ9LYbRoNNLeBLiakC1XeTFxfE=
github.com/CosmWasm/wasmd v0.46.0 h1:78kmiobbVE8JWBcM+ssxiFV2cS+4l9lmZQqPAQ0mA04=
github.com/CosmWasm/wasmd v0.46.0/go.mod h1:BZFz+CFGdLNGomshb3IeccFyD4R+XbnS/mXpytOUyTA=
github.com/CosmWasm/wasmvm v1.5.5 h1:XlZI3xO5iUhiBqMiyzsrWEfUtk5gcBMNYIdHnsTB+NI=
github.com/CosmWasm/wasmvm v1.5.5/go.mod h1:Q0bSEtlktzh7W2hhEaifrFp1Erx11ckQZmjq8FLCyys=
github.com/CosmWasm/wasmvm v1.5.7 h1:xUN+XK0Kk3RAkZlB092a2DgEELWSfDxn9MlkNUB1I1Y=
github.com/CosmWasm/wasmvm v1.5.7/go.mod h1:Q0bSEtlktzh7W2hhEaifrFp1Erx11ckQZmjq8FLCyys=
github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=

0 comments on commit ef33552

Please sign in to comment.