You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by GitBox <gi...@apache.org> on 2022/10/10 17:32:11 UTC

[GitHub] [avro] dependabot[bot] opened a new pull request, #1903: Bump uuid from 1.1.2 to 1.2.1 in /lang/rust

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

   Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.1.2 to 1.2.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.2.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix up lost re-export of v1 Timestamp by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/636">uuid-rs/uuid#636</a></li>
   <li>Prepare for 1.2.1 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/637">uuid-rs/uuid#637</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/uuid-rs/uuid/compare/1.2.0...1.2.1">https://github.com/uuid-rs/uuid/compare/1.2.0...1.2.1</a></p>
   <h2>1.2.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>formatting changes by <a href="https://github.com/pintariching"><code>@​pintariching</code></a> in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/610">uuid-rs/uuid#610</a></li>
   <li>Remove outdated Travis CI reference by <a href="https://github.com/atouchet"><code>@​atouchet</code></a> in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/616">uuid-rs/uuid#616</a></li>
   <li>refactors Timestamp, Context and ClockSequence, and adds UUIDS v6, v7, v8 by <a href="https://github.com/rrichardson"><code>@​rrichardson</code></a> in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/611">uuid-rs/uuid#611</a></li>
   <li>migrate from winapi to windows_sys in examples by <a href="https://github.com/sn99"><code>@​sn99</code></a> in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/626">uuid-rs/uuid#626</a></li>
   <li>Update windows-sys requirement from 0.36.1 to 0.42.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/628">uuid-rs/uuid#628</a></li>
   <li>Some work on the new version features by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/625">uuid-rs/uuid#625</a></li>
   <li>Implement now in wasm by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/630">uuid-rs/uuid#630</a></li>
   <li>More work on docs by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/631">uuid-rs/uuid#631</a></li>
   <li>hide draft versions behind the unstable cfg by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/633">uuid-rs/uuid#633</a></li>
   <li>Prepare for 1.2.0 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/634">uuid-rs/uuid#634</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/pintariching"><code>@​pintariching</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/610">uuid-rs/uuid#610</a></li>
   <li><a href="https://github.com/atouchet"><code>@​atouchet</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/616">uuid-rs/uuid#616</a></li>
   <li><a href="https://github.com/sn99"><code>@​sn99</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/626">uuid-rs/uuid#626</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/uuid-rs/uuid/compare/1.1.2...1.2.0">https://github.com/uuid-rs/uuid/compare/1.1.2...1.2.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/uuid-rs/uuid/commit/b87760df5b0cdbdc0d86d374ba2b54e4a4f3a05a"><code>b87760d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/issues/637">#637</a> from KodrAus/cargo/1.2.1</li>
   <li><a href="https://github.com/uuid-rs/uuid/commit/b21f0cb88fa428b0c6fcca7c2738462fad95f5de"><code>b21f0cb</code></a> prepare for 1.2.1 release</li>
   <li><a href="https://github.com/uuid-rs/uuid/commit/cac99f55a7b10bf4488a5fd4137c1919b174db4a"><code>cac99f5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/issues/636">#636</a> from KodrAus/fix/v1-breakage</li>
   <li><a href="https://github.com/uuid-rs/uuid/commit/9f823feab94b04f55996980278f3559c79504d3e"><code>9f823fe</code></a> fix some links in the docs</li>
   <li><a href="https://github.com/uuid-rs/uuid/commit/8c17f330cdbd256f67fd9891f84af96f528629f5"><code>8c17f33</code></a> fix up lost re-export of v1 Timestamp</li>
   <li><a href="https://github.com/uuid-rs/uuid/commit/399e87870f6f09960b63a0450dcd0b1a6888b916"><code>399e878</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/issues/634">#634</a> from KodrAus/cargo/1.2.0</li>
   <li><a href="https://github.com/uuid-rs/uuid/commit/2db1a64796bfb43482fb74fd31b02a304b3d39c8"><code>2db1a64</code></a> ensure docs.rs includes unstable APIs</li>
   <li><a href="https://github.com/uuid-rs/uuid/commit/406617def489d5de31f702c04fe21c3d6c795dd9"><code>406617d</code></a> prepare for 1.2.0 release</li>
   <li><a href="https://github.com/uuid-rs/uuid/commit/2e3245f0f1d31dde24e061feb324c97c029b8e6e"><code>2e3245f</code></a> add a test for sorting</li>
   <li><a href="https://github.com/uuid-rs/uuid/commit/8df6494c866e26367e2e033a42a43ea2652835ce"><code>8df6494</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/issues/633">#633</a> from KodrAus/feat/unstable-versions</li>
   <li>Additional commits viewable in <a href="https://github.com/uuid-rs/uuid/compare/1.1.2...1.2.1">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.1.2&new-version=1.2.1)](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 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-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [avro] dependabot[bot] commented on pull request #1903: Bump uuid from 1.1.2 to 1.2.1 in /lang/rust

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #1903:
URL: https://github.com/apache/avro/pull/1903#issuecomment-1273626050

   The following labels could not be found: `auto-dependencies`.


-- 
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: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [avro] martin-g merged pull request #1903: Bump uuid from 1.1.2 to 1.2.1 in /lang/rust

Posted by GitBox <gi...@apache.org>.
martin-g merged PR #1903:
URL: https://github.com/apache/avro/pull/1903


-- 
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-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org