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

   Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.93 
to 0.2.94.
   <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.93...0.2.94";>0.2.94</a></h2>
   <p>Released 2024-10-09</p>
   <h3>Added</h3>
   <ul>
   <li>
   <p>Added support for the WebAssembly <code>Tail Call</code> proposal.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4111";>#4111</a></p>
   </li>
   <li>
   <p>Add bindings for 
<code>RTCPeerConnection.setConfiguration(RTCConfiguration)</code> method.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4105";>#4105</a></p>
   </li>
   <li>
   <p>Add bindings to <code>RTCRtpTransceiverDirection.stopped</code>.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4102";>#4102</a></p>
   </li>
   <li>
   <p>Added experimental support for <code>Symbol.dispose</code> via 
<code>WASM_BINDGEN_EXPERIMENTAL_SYMBOL_DISPOSE</code>.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4118";>#4118</a></p>
   </li>
   <li>
   <p>Added bindings for the draft <a 
href="https://www.w3.org/TR/webrtc-encoded-transform";>WebRTC Encoded 
Transform</a> spec.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4125";>#4125</a></p>
   </li>
   <li>
   <p>Added <code>Debug</code> implementation to <code>JsError</code>.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4136";>#4136</a></p>
   </li>
   <li>
   <p>Added support for <code>js_name</code> and <code>skip_typescript</code> 
attributes for string enums.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4147";>#4147</a></p>
   </li>
   <li>
   <p>Added <code>unsupported</code> crate to 
<code>wasm_bindgen_test(unsupported = test)</code> as a way of running tests on 
non-Wasm targets as well.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4150";>#4150</a></p>
   </li>
   <li>
   <p>Added additional bindings for methods taking buffer view types (e.g. 
<code>&amp;[u8]</code>) with corresponding JS types (e.g. 
<code>Uint8Array</code>).
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4156";>#4156</a></p>
   </li>
   <li>
   <p>Added additional bindings for setters from WebIDL interface attributes 
with applicaple parameter types of just <code>JsValue</code>.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4156";>#4156</a></p>
   </li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>
   <p>Implicitly enable reference type and multivalue transformations if the 
module already makes use of the corresponding target features.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4133";>#4133</a></p>
   </li>
   <li>
   <p>Updated Gamepad API.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4134";>#4134</a></p>
   </li>
   <li>
   <p>Deprecated <code>Gamepad::display_id</code> and 
<code>GamepadHapticActuator::type_</code>.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4134";>#4134</a></p>
   </li>
   <li>
   <p>Removed <code>GamepadAxisMoveEvent</code>, 
<code>GamepadAxisMoveEventInit</code>, <code>GamepadButtonEvent</code>, 
<code>GamepadButtonEventInit</code> and <code>GamepadServiceTest</code>, which 
were seemingly never implemented by any JS environment.
   <a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/4134";>#4134</a></p>
   </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/e6c82f5f58fb47c4320e7b926f70480c7c887a93";><code>e6c82f5</code></a>
 Prepare v0.2.94 release (<a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/4158";>#4158</a>)</li>
   <li><a 
href="https://github.com/rustwasm/wasm-bindgen/commit/b1500201df2f51dc7f0f652d777e42c6958ec1df";><code>b150020</code></a>
 Properly indent the doc comments of enum variants (<a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/4153";>#4153</a>)</li>
   <li><a 
href="https://github.com/rustwasm/wasm-bindgen/commit/95bf437f35eaef8ee0756dba8685b2ff2278536c";><code>95bf437</code></a>
 Account for <code>[AllowShared]</code> and improve setters generated from 
interface attr...</li>
   <li><a 
href="https://github.com/rustwasm/wasm-bindgen/commit/e575aba1ef8b7595feb88fdefc9567a2c48a3a54";><code>e575aba</code></a>
 Fix <code>wasm_bindgen_test(unsupported = test)</code> (<a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/4151";>#4151</a>)</li>
   <li><a 
href="https://github.com/rustwasm/wasm-bindgen/commit/3f4545e58e924c3d6a5085ca8e3a4cdf0004dcc8";><code>3f4545e</code></a>
 Add <code>wasm_bindgen_test(unsupported = test)</code> (<a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/4150";>#4150</a>)</li>
   <li><a 
href="https://github.com/rustwasm/wasm-bindgen/commit/0be2fe5f54739db09981055359726a085b0d5ebe";><code>0be2fe5</code></a>
 Improved support for string enums (<a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/4147";>#4147</a>)</li>
   <li><a 
href="https://github.com/rustwasm/wasm-bindgen/commit/2a0022a1031adfd3dea694df6667d9eb754022b7";><code>2a0022a</code></a>
 Specify <code>&quot;type&quot;: &quot;module&quot;</code> when deploying to 
nodejs-module (<a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/4092";>#4092</a>)</li>
   <li><a 
href="https://github.com/rustwasm/wasm-bindgen/commit/9725988db74823007a6667e0c17dbeb686b7e6fd";><code>9725988</code></a>
 Fix error when importing very large JS files (<a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/4146";>#4146</a>)</li>
   <li><a 
href="https://github.com/rustwasm/wasm-bindgen/commit/8a8f65c456cbc76dc6f311d93e579a8169438548";><code>8a8f65c</code></a>
 Fix <code>experimental-nodejs-module</code> target with 
<code>#[wasm_bindgen(start)]</code> (<a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/4093";>#4093</a>)</li>
   <li><a 
href="https://github.com/rustwasm/wasm-bindgen/commit/e6e098d78701b51b9f43900fd656d5b6290d3a07";><code>e6e098d</code></a>
 Update WebGPU API to draft 2024-10-07 (<a 
href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/4145";>#4145</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rustwasm/wasm-bindgen/compare/0.2.93...0.2.94";>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.93&new-version=0.2.94)](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