dependabot[bot] opened a new pull request, #63:
URL: https://github.com/apache/avro-rs/pull/63

   Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.95 
to 0.2.97.
   <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><a 
href="https://github.com/rustwasm/wasm-bindgen/compare/0.2.96...0.2.97";>0.2.97</a></h2>
   <p>Released 2024-11-30</p>
   <h3>Fixed</h3>
   <ul>
   <li>Fixed <code>js-sys</code> and <code>wasm-bindgen-futures</code> relying 
on internal paths of <code>wasm-bindgen</code> that are not crate feature 
additive.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4305";>#4305</a></li>
   </ul>
   <hr />
   <h2><a 
href="https://github.com/rustwasm/wasm-bindgen/compare/0.2.95...0.2.96";>0.2.96</a></h2>
   <p>Released 2024-11-29</p>
   <h3>Added</h3>
   <ul>
   <li>
   <p>Added support for the <a 
href="https://html.spec.whatwg.org/#htmlorsvgelement";><code>HTMLOrSVGElement</code></a>
 <code>mixin</code>, which is used for all interfaces deriving from 
<code>Element</code>.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4143";>#4143</a></p>
   </li>
   <li>
   <p>Added bindings for <a 
href="https://www.w3.org/TR/MathML3";>MathMLElement</a>.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4143";>#4143</a></p>
   </li>
   <li>
   <p>Added JSDoc type annotations to C-style enums.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4192";>#4192</a></p>
   </li>
   <li>
   <p>Added support for C-style enums with negative discriminants.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4204";>#4204</a></p>
   </li>
   <li>
   <p>Added bindings for <code>MediaStreamTrack.getCapabilities</code>.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4236";>#4236</a></p>
   </li>
   <li>
   <p>Added WASM ABI support for <code>u128</code> and <code>i128</code>
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4222";>#4222</a></p>
   </li>
   <li>
   <p>Added support for the <code>wasm32v1-none</code> target.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4277";>#4277</a></p>
   </li>
   <li>
   <p>Added support for <code>no_std</code> to <code>js-sys</code>, 
<code>web-sys</code>, <code>wasm-bindgen-futures</code> and 
<code>wasm-bindgen-test</code>.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4277";>#4277</a></p>
   </li>
   <li>
   <p>Added support for <code>no_std</code> to <code>link_to!</code>, 
<code>static_string</code> (via <code>thread_local_v2</code>) and 
<code>throw</code>.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4277";>#4277</a></p>
   </li>
   <li>
   <p>Added environment variables to configure tests: 
<code>WASM_BINDGEN_USE_BROWSER</code>, 
<code>WASM_BINDGEN_USE_DEDICATED_WORKER</code>, 
<code>WASM_BINDGEN_USE_SHARED_WORKER</code> 
<code>WASM_BINDGEN_USE_SERVICE_WORKER</code>, 
<code>WASM_BINDGEN_USE_DENO</code> and 
<code>WASM_BINDGEN_USE_NODE_EXPERIMENTAL</code>. The use of 
<code>wasm_bindgen_test_configure!</code> will overwrite any environment 
variable.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4295";>#4295</a></p>
   </li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>String enums now generate private TypeScript types but only if used.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rustwasm/wasm-bindgen/commit/7fa2afabdb259516fe8b942ed8353faaa8366da0";><code>7fa2afa</code></a>
 Regenerate reference tests (<a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/4309";>#4309</a>)</li>
   <li><a 
href="https://github.com/rustwasm/wasm-bindgen/commit/b4428b03e3af5505e385edfbe6e03cd149ed296c";><code>b4428b0</code></a>
 Prepare v0.2.97 release (<a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/4308";>#4308</a>)</li>
   <li><a 
href="https://github.com/rustwasm/wasm-bindgen/commit/b9333c55d0b735f5457cd2a1c751d45ad919e2c6";><code>b9333c5</code></a>
 Note that feature resolver version 2 is required (<a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/4307";>#4307</a>)</li>
   <li><a 
href="https://github.com/rustwasm/wasm-bindgen/commit/9fab9ce882fa71a80b996534540b9f95c6583d1e";><code>9fab9ce</code></a>
 Only use <code>wasm_bindgen::__rt</code> in proc-macros (<a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/4305";>#4305</a>)</li>
   <li><a 
href="https://github.com/rustwasm/wasm-bindgen/commit/32db0f48db8f7111e668f749679e9df462b516bc";><code>32db0f4</code></a>
 Removed a few <code>#[allow(dead_code)]</code> (<a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/4299";>#4299</a>)</li>
   <li><a 
href="https://github.com/rustwasm/wasm-bindgen/commit/7ad47669b23849e43f048cd75fdfb71cc01db2e8";><code>7ad4766</code></a>
 Prepare v0.2.96 release (<a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/4298";>#4298</a>)</li>
   <li><a 
href="https://github.com/rustwasm/wasm-bindgen/commit/473e3db38429523627f5c25d02337699f014e198";><code>473e3db</code></a>
 Add environment variables to configure tests (<a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/4295";>#4295</a>)</li>
   <li><a 
href="https://github.com/rustwasm/wasm-bindgen/commit/b3da9dc03639dc6585944d1827152d94e99541ca";><code>b3da9dc</code></a>
 transition away from deprecated setters internally (<a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/4297";>#4297</a>)</li>
   <li><a 
href="https://github.com/rustwasm/wasm-bindgen/commit/2fbee991765388918f1f09d2f7c1786dc5a81bb5";><code>2fbee99</code></a>
 Use private constructors in type definitions of structs without an exported 
c...</li>
   <li><a 
href="https://github.com/rustwasm/wasm-bindgen/commit/9e783472c578b07fc7ab0db92110a1f21199a16c";><code>9e78347</code></a>
 Improved errors for invalid <code>self</code> arguments (<a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/4276";>#4276</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rustwasm/wasm-bindgen/compare/0.2.95...0.2.97";>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.95&new-version=0.2.97)](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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to