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

   Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.12.1 to 1.13.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/uuid-rs/uuid/releases";>uuid's releases</a>.</em></p>
   <blockquote>
   <h2>1.13.0</h2>
   <h2>:warning: Potential Breakage</h2>
   <p>This release updates our version of <code>getrandom</code> to 
<code>0.3</code> and <code>rand</code> to <code>0.9</code>. It is a 
<strong>potentially breaking change</strong> for the following users:</p>
   <h3>no-std users who enable the <code>rng</code> feature</h3>
   <p><code>uuid</code> still uses <code>getrandom</code> by default on these 
platforms. Upgrade your version of <code>getrandom</code> and <a 
href="https://docs.rs/getrandom/0.3.1/getrandom/index.html#custom-backend";>follow
 its new docs</a> on configuring a custom backend.</p>
   <h3><code>wasm32-unknown-unknown</code> users who enable the 
<code>rng</code> feature without the <code>js</code> feature</h3>
   <p>Upgrade your version of <code>getrandom</code> and <a 
href="https://docs.rs/getrandom/0.3.1/getrandom/index.html#custom-backend";>follow
 its new docs</a> on configuring a backend.</p>
   <p>You'll also need to enable the <code>rng-getrandom</code> or 
<code>rng-rand</code> feature of <code>uuid</code> to force it to use 
<code>getrandom</code> as its backend:</p>
   <pre lang="diff"><code>[dependencies.uuid]
   version = &quot;1.13.0&quot;
   - features = [&quot;v4&quot;]
   + features = [&quot;v4&quot;, &quot;rng-getrandom&quot;]
   <p>[dependencies.getrandom]
   version = &quot;0.3&quot;
   </code></pre></p>
   <p>If you're on <code>wasm32-unknown-unknown</code> and using the 
<code>js</code> feature of <code>uuid</code> you shouldn't see any breakage. 
We've kept this behavior by vendoring in <code>getrandom</code>'s web-based 
backend when the <code>js</code> feature is enabled.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>Update <code>getrandom</code> to <code>0.3</code> and <code>rand</code> 
to <code>0.9</code> by <a 
href="https://github.com/KodrAus";><code>@​KodrAus</code></a> in <a 
href="https://redirect.github.com/uuid-rs/uuid/pull/793";>uuid-rs/uuid#793</a></li>
   <li>Support forcing <code>getrandom</code> on 
<code>wasm32-unknown-unknown</code> without JavaScript by <a 
href="https://github.com/KodrAus";><code>@​KodrAus</code></a> in <a 
href="https://redirect.github.com/uuid-rs/uuid/pull/794";>uuid-rs/uuid#794</a></li>
   <li>Prepare for 1.13.0 release by <a 
href="https://github.com/KodrAus";><code>@​KodrAus</code></a> in <a 
href="https://redirect.github.com/uuid-rs/uuid/pull/795";>uuid-rs/uuid#795</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/uuid-rs/uuid/compare/1.12.1...1.13.0";>https://github.com/uuid-rs/uuid/compare/1.12.1...1.13.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/1cf1433f07b10bb0f77ae20b1880e3e81d857bc0";><code>1cf1433</code></a>
 Merge pull request <a 
href="https://redirect.github.com/uuid-rs/uuid/issues/795";>#795</a> from 
uuid-rs/cargo/1.13.0</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/ded7a1ee75c9abd8f84028567346e5b276a914d6";><code>ded7a1e</code></a>
 prepare for 1.13.0 release</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/6494c4b0f261f23837fd00855d2628c393d77e72";><code>6494c4b</code></a>
 Merge pull request <a 
href="https://redirect.github.com/uuid-rs/uuid/issues/794";>#794</a> from 
uuid-rs/feat/getrandom-wasm32</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/9e7300ca4aa4d6b56a1599f3ebd9d7e22f324c4d";><code>9e7300c</code></a>
 fix some warnings on various feature enablement</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/6c155b477ac6c7c6397760896987bb347b08709f";><code>6c155b4</code></a>
 work around lack of dep:x and x/y feature support in 1.63</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/2c662f156aa151fc7b351ba26cbeb0ed3e74a0fd";><code>2c662f1</code></a>
 downgrade test edition</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/9c117f451212d8363b88d0c72f922313cd23cf84";><code>9c117f4</code></a>
 fix up more yaml</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/83295ba5eb2f57610b90021f4b7e076025d63905";><code>83295ba</code></a>
 fix up env vars</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/1ed9390699f94078b743702e4ac1f21fd9b6c067";><code>1ed9390</code></a>
 fix up feature selection</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/406fb23317a25e34a8e5689a892a99dc12413571";><code>406fb23</code></a>
 tweak uuid-getrandom-internal version</li>
   <li>Additional commits viewable in <a 
href="https://github.com/uuid-rs/uuid/compare/1.12.1...1.13.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uuid&package-manager=cargo&previous-version=1.12.1&new-version=1.13.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 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