Commit 19dfb42
authored
chore(deps): Bump uuid from 1.11.0 to 1.12.1 (#684)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.11.0 to 1.12.1.
<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.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix links to namespaces in documentation by <a
href="https://github.com/cstyles"><code>@cstyles</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/789">uuid-rs/uuid#789</a></li>
<li>use inherent to_be_bytes and to_le_bytes methods by <a
href="https://github.com/Vrtgs"><code>@Vrtgs</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/788">uuid-rs/uuid#788</a></li>
<li>Reduce bitshifts in from_u64_pair by <a
href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/790">uuid-rs/uuid#790</a></li>
<li>prepare for 1.12.1 release by <a
href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/791">uuid-rs/uuid#791</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/cstyles"><code>@cstyles</code></a> made
their first contribution in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/789">uuid-rs/uuid#789</a></li>
<li><a href="https://github.com/Vrtgs"><code>@Vrtgs</code></a> made
their first contribution in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/788">uuid-rs/uuid#788</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/uuid-rs/uuid/compare/1.12.0...1.12.1">https://github.com/uuid-rs/uuid/compare/1.12.0...1.12.1</a></p>
<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>
<h2>1.11.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Finish cut off docs by <a
href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/777">uuid-rs/uuid#777</a></li>
<li>Fix links in CONTRIBUTING.md by <a
href="https://github.com/jacobggman"><code>@jacobggman</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/778">uuid-rs/uuid#778</a></li>
<li>Update rust toolchain before building by <a
href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/781">uuid-rs/uuid#781</a></li>
<li>Prepare for 1.11.1 release by <a
href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/782">uuid-rs/uuid#782</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/jacobggman"><code>@jacobggman</code></a> made
their first contribution in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/778">uuid-rs/uuid#778</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/uuid-rs/uuid/compare/1.11.0...1.11.1">https://github.com/uuid-rs/uuid/compare/1.11.0...1.11.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/uuid-rs/uuid/commit/70831d21b373a06149885e8aec18c9084ac918c3"><code>70831d2</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/791">#791</a> from
uuid-rs/cargo/1.12.1</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/ddb87857e3c2d1a4db9e035f8ca0dfc1219debcd"><code>ddb8785</code></a>
prepare for 1.12.1 release</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/3a0a378304f8eb375eb678ae1c122f36da4e51d0"><code>3a0a378</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/790">#790</a> from
uuid-rs/chore/fewer-shifts</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/62da97bdd53749d0941726f85bc01f7b589a1055"><code>62da97b</code></a>
remove sketchy benches</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/7a96ae2c443afaabd3ed48065c2bffc93fd39d37"><code>7a96ae2</code></a>
restore parens</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/cfc627b2e2e0254bf5ad4bc6f7c30aca43f0b00e"><code>cfc627b</code></a>
reduce bitshifts in from_u64_pair</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/4c785e534ea4f13809c0c5b15f7a5e11f01f7af8"><code>4c785e5</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/788">#788</a> from
Vrtgs/main</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/70efa1806c9cba0eca44e8424f57ddd472f1b610"><code>70efa18</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/789">#789</a> from
cstyles/fix-links-to-namespaces</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/2a28bc588e5526255e2fd0be26ac9f158ab18c1e"><code>2a28bc5</code></a>
Fix links to namespaces in documentation</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/5d629ce683ca62d0868f2dbcb657b8da1596821a"><code>5d629ce</code></a>
use inherint to_be_bytes and to_le_bytes methods, rather than
reimplementing ...</li>
<li>Additional commits viewable in <a
href="https://github.com/uuid-rs/uuid/compare/1.11.0...1.12.1">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 15049a7 commit 19dfb42
1 file changed
+4
-4
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments