Skip to content

Commit

Permalink
[chore(cargo)](deps): Bump wit-bindgen from 0.8.0 to 0.9.0 (#196)
Browse files Browse the repository at this point in the history
Bumps [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen)
from 0.8.0 to 0.9.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bytecodealliance/wit-bindgen/commit/67e2d2228ae807c9a94c4018228b59d7040843bf"><code>67e2d22</code></a>
Bump crate versions (<a
href="https://redirect.github.com/bytecodealliance/wit-bindgen/issues/620">#620</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wit-bindgen/commit/4e2dcd443132d3e8d1234d6f74d3dd95f0ff09a6"><code>4e2dcd4</code></a>
Rust: add option for path to wit-bindgen runtime. (<a
href="https://redirect.github.com/bytecodealliance/wit-bindgen/issues/619">#619</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wit-bindgen/commit/cce4af414c11a8ca3b021862910748c0e9053b5f"><code>cce4af4</code></a>
Fix warnings when compiling with Rust 1.71 (<a
href="https://redirect.github.com/bytecodealliance/wit-bindgen/issues/618">#618</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wit-bindgen/commit/1151bd0e2a0a98f09005a984bb86560f8d96e3b9"><code>1151bd0</code></a>
C: Namespace types inside of annoymous types (<a
href="https://redirect.github.com/bytecodealliance/wit-bindgen/issues/608">#608</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wit-bindgen/commit/a33d062f1e46dc1e120af15f6c5eb038d895fc78"><code>a33d062</code></a>
Update dependencies to latest. (<a
href="https://redirect.github.com/bytecodealliance/wit-bindgen/issues/616">#616</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wit-bindgen/commit/1a3acf9257a5b5502e478fb2428f2a150b7d48ad"><code>1a3acf9</code></a>
Correct the accounting for results containing empty types. (<a
href="https://redirect.github.com/bytecodealliance/wit-bindgen/issues/610">#610</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wit-bindgen/commit/d629bc12bac7d255ec25b91bc1aa09e430b2be9e"><code>d629bc1</code></a>
Alias anon types in tiny-go (<a
href="https://redirect.github.com/bytecodealliance/wit-bindgen/issues/606">#606</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wit-bindgen/commit/70190725949c6f460e49c00880982cefa130354c"><code>7019072</code></a>
fix symbol conflicts for post return (<a
href="https://redirect.github.com/bytecodealliance/wit-bindgen/issues/602">#602</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wit-bindgen/commit/8ceb28d3207dc62fcd6e61794b8b6b0540d16ece"><code>8ceb28d</code></a>
Disable flaky variants go-bindgen runtime test (<a
href="https://redirect.github.com/bytecodealliance/wit-bindgen/issues/601">#601</a>)</li>
<li><a
href="https://github.com/bytecodealliance/wit-bindgen/commit/262207cb342048c1dbbd28ed9a8280c6bb21578f"><code>262207c</code></a>
Update rust guest example comments in README.md (<a
href="https://redirect.github.com/bytecodealliance/wit-bindgen/issues/599">#599</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/bytecodealliance/wit-bindgen/compare/wit-bindgen-0.8.0...wit-bindgen-0.9.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wit-bindgen&package-manager=cargo&previous-version=0.8.0&new-version=0.9.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 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>
  • Loading branch information
dependabot[bot] authored Jul 18, 2023
1 parent 3e2bd73 commit 0ab8706
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 26 deletions.
138 changes: 113 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion homestar-functions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rust-version = { workspace = true }

[dependencies]
image = { version = "0.24", default-features = false, features = ["png"], optional = true }
wit-bindgen = "0.8"
wit-bindgen = "0.9"

[dev-dependencies]
image = "0.24"
Expand Down

0 comments on commit 0ab8706

Please sign in to comment.