Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump uuid from 1.11.1 to 1.12.0 (#200)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.11.1 to 1.12.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.12.0</h2> <h2>:warning: Possible Breakage</h2> <p>This release includes additional <code>PartialEq</code> implementations on <code>Uuid</code>, which can break inference in some cases.</p> <h2>What's Changed</h2> <ul> <li>feat: Add <code>NonZeroUuid</code> type for optimized <code>Option<Uuid></code> representation by <a href="https://github.com/ab22593k"><code>@ab22593k</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/779">uuid-rs/uuid#779</a></li> <li>Finalize <code>NonNilUuid</code> by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/783">uuid-rs/uuid#783</a></li> <li>Prepare for 1.12.0 release by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/784">uuid-rs/uuid#784</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ab22593k"><code>@ab22593k</code></a> made their first contribution in <a href="https://redirect.github.com/uuid-rs/uuid/pull/779">uuid-rs/uuid#779</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/uuid-rs/uuid/compare/1.11.1...1.12.0">https://github.com/uuid-rs/uuid/compare/1.11.1...1.12.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uuid-rs/uuid/commit/c5f1d020f6df252b1e7c8a8f0bd95d57b0765580"><code>c5f1d02</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/784">#784</a> from uuid-rs/cargo/1.12.0</li> <li><a href="https://github.com/uuid-rs/uuid/commit/4cfbd83dee030d3bd7ed09b8ae4a582dd441ece3"><code>4cfbd83</code></a> fix deprecation versions</li> <li><a href="https://github.com/uuid-rs/uuid/commit/8f761754c0485b6fd865976892db331940f35309"><code>8f76175</code></a> prepare for 1.12.0 release</li> <li><a href="https://github.com/uuid-rs/uuid/commit/358eb3438435e8277fc428556f67c3ec37acccf5"><code>358eb34</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/783">#783</a> from uuid-rs/feat/non-nil</li> <li><a href="https://github.com/uuid-rs/uuid/commit/6c5099e7a59dbb4ae610a124f4165f2d28c9b689"><code>6c5099e</code></a> also remove borsh from NonNilUuid for now</li> <li><a href="https://github.com/uuid-rs/uuid/commit/b12c6909d03d5d375eb917bd9b86899efbbbcea6"><code>b12c690</code></a> fix up non nil docs</li> <li><a href="https://github.com/uuid-rs/uuid/commit/38df005749e00955d15a2aa3051fa1e1a4669e14"><code>38df005</code></a> remove zerocopy from NonNilUuid for now</li> <li><a href="https://github.com/uuid-rs/uuid/commit/4021daa72f8d5986a651e8532bbe1c3120868144"><code>4021daa</code></a> fix up zerocopy derives</li> <li><a href="https://github.com/uuid-rs/uuid/commit/f570b5714c6e25546022e2afe25288492cfecf39"><code>f570b57</code></a> support equality between NonNilUuid and Uuid</li> <li><a href="https://github.com/uuid-rs/uuid/commit/4ffd872792bd343df4be60fb4fc780b8fa470812"><code>4ffd872</code></a> add a few missing derives</li> <li>Additional commits viewable in <a href="https://github.com/uuid-rs/uuid/compare/1.11.1...1.12.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.11.1&new-version=1.12.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>
- Loading branch information