Skip to content

Commit

Permalink
Bump wasm-bindgen from 0.2.78 to 0.2.79 (#1789)
Browse files Browse the repository at this point in the history
Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.78 to 0.2.79.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md">wasm-bindgen's changelog</a>.</em></p>
<blockquote>
<h2>0.2.79</h2>
<p>Released 2022-01-19.</p>
<p><a href="https://github.com/rustwasm/wasm-bindgen/compare/0.2.78...0.2.79">changes</a></p>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rustwasm/wasm-bindgen/commit/9b0d40c7a9330c7d36de2eb0c1fb4cf462cab86d"><code>9b0d40c</code></a> Version bump (<a href="https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/2772">#2772</a>)</li>
<li><a href="https://github.com/rustwasm/wasm-bindgen/commit/3e507e649c8bbd10a3eae7bf160b2fb78ce90307"><code>3e507e6</code></a> Fix missing wasm_bindgen attribute (<a href="https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/2773">#2773</a>)</li>
<li><a href="https://github.com/rustwasm/wasm-bindgen/commit/3701c9d6be800f504a76551aabe234db25577680"><code>3701c9d</code></a> Implement OptionIntoWasmAbi for Closure references (<a href="https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/2768">#2768</a>)</li>
<li><a href="https://github.com/rustwasm/wasm-bindgen/commit/c25c1f4b092ac9fc20a5482962b874ad68b0ee3c"><code>c25c1f4</code></a> Typo (<a href="https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/2765">#2765</a>)</li>
<li><a href="https://github.com/rustwasm/wasm-bindgen/commit/39423ed01acef65e2b35b80a5fdcb19f26ec2361"><code>39423ed</code></a> Fix some more tests</li>
<li><a href="https://github.com/rustwasm/wasm-bindgen/commit/d68ceed95608636ef8b0512b4a7a05c1397874c4"><code>d68ceed</code></a> spellcheck (<a href="https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/2762">#2762</a>)</li>
<li><a href="https://github.com/rustwasm/wasm-bindgen/commit/f158a75e9e4cb55783be97eca3877f60ecdbaedb"><code>f158a75</code></a> Update test expectations</li>
<li><a href="https://github.com/rustwasm/wasm-bindgen/commit/8aa58ac01952ab95cb6b1834ae5a659111c43540"><code>8aa58ac</code></a> Fix macro hygiene in wasm_bindgen_test (<a href="https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/2748">#2748</a>)</li>
<li><a href="https://github.com/rustwasm/wasm-bindgen/commit/c515cbf5683333e64e6b6aad684683009c3bd6c2"><code>c515cbf</code></a> Documentation link updated. (<a href="https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/2749">#2749</a>)</li>
<li><a href="https://github.com/rustwasm/wasm-bindgen/commit/ac87c8215bdd28d6aa0e12705996238a78227f8c"><code>ac87c82</code></a> Fix <code>fn () -&gt; Result\&lt;T, JsValue&gt;</code> leaking stack space (<a href="https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/2710">#2710</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/rustwasm/wasm-bindgen/compare/0.2.78...0.2.79">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wasm-bindgen&package-manager=cargo&previous-version=0.2.78&new-version=0.2.79)](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] committed Jan 20, 2022
1 parent 01e0480 commit 76a27ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 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 boa_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version = "1.56"

[dependencies]
Boa = { path = "../boa", features = ["console"] }
wasm-bindgen = "0.2.78"
wasm-bindgen = "0.2.79"
getrandom = { version = "0.2.4", features = ["js"] }

[lib]
Expand Down

0 comments on commit 76a27ce

Please sign in to comment.