Skip to content

Commit 0200cb0

Browse files
chore(deps): Bump uuid from 1.19.0 to 1.20.0 (#2067)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.19.0 to 1.20.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>v1.20.0</h2> <h2>What's Changed</h2> <ul> <li>Derive Ord and PartialOrd for NonNilUuid by <a href="https://github.com/mivort"><code>@​mivort</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/854">uuid-rs/uuid#854</a></li> <li>Implement Deserialize on adapter types by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/855">uuid-rs/uuid#855</a></li> <li>Deprecate <code>macro-diagnostics</code> by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/856">uuid-rs/uuid#856</a></li> <li>Prepare for 1.20.0 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/857">uuid-rs/uuid#857</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mivort"><code>@​mivort</code></a> made their first contribution in <a href="https://redirect.github.com/uuid-rs/uuid/pull/854">uuid-rs/uuid#854</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/uuid-rs/uuid/compare/v1.19.0...v1.20.0">https://github.com/uuid-rs/uuid/compare/v1.19.0...v1.20.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uuid-rs/uuid/commit/c3346ddf2a78ecadefbadaa83d22e263342745ca"><code>c3346dd</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/857">#857</a> from uuid-rs/cargo/v1.20.0</li> <li><a href="https://github.com/uuid-rs/uuid/commit/66eebc34ae2f8e0ff60291260c813f77b4e00a29"><code>66eebc3</code></a> prepare for 1.20.0 release</li> <li><a href="https://github.com/uuid-rs/uuid/commit/3b66758622516f1041cea5b6f04a3938f63d963c"><code>3b66758</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/856">#856</a> from uuid-rs/docs/bytes-le-ordering</li> <li><a href="https://github.com/uuid-rs/uuid/commit/e2bdd44ec30afa3df9ee7ab061b3622f08c690e3"><code>e2bdd44</code></a> don't run UI tests in wasm</li> <li><a href="https://github.com/uuid-rs/uuid/commit/b6dc7ece22a29190ff6dbfdfd7df22cd7bee3bcc"><code>b6dc7ec</code></a> note that ordering applies to fields in to/from_bytes_le</li> <li><a href="https://github.com/uuid-rs/uuid/commit/a0281cd2f78255381d16a4c3319af05129d04dae"><code>a0281cd</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/855">#855</a> from uuid-rs/feat/serde-fmt</li> <li><a href="https://github.com/uuid-rs/uuid/commit/db27b67d87f653eb2c136ee5d86b104a2aa56d6a"><code>db27b67</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/854">#854</a> from mivort/non-nil-uuid-ord</li> <li><a href="https://github.com/uuid-rs/uuid/commit/efb06f21eb5b01b6d6f2d5e8e993ac2679826822"><code>efb06f2</code></a> implement Deserialize on adapter types</li> <li><a href="https://github.com/uuid-rs/uuid/commit/50d44ad3c501c2592069e8709ede89addeaafd1d"><code>50d44ad</code></a> Derive Ord and PartialOrd for NonNilUuid</li> <li>See full diff in <a href="https://github.com/uuid-rs/uuid/compare/v1.19.0...v1.20.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.19.0&new-version=1.20.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d07594 commit 0200cb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)