[PR #1462] [CLOSED] chore(deps): bump uuid from 1.16.0 to 1.17.0 #1410

Closed
opened 2026-01-05 14:55:11 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1462
Author: @dependabot[bot]
Created: 5/26/2025
Status: Closed

Base: masterHead: dependabot/cargo/uuid-1.17.0


📝 Commits (1)

  • 62b4a74 chore(deps): bump uuid from 1.16.0 to 1.17.0

📊 Changes

1 file changed (+4 additions, -2 deletions)

View changed files

📝 Cargo.lock (+4 -2)

📄 Description

Bumps uuid from 1.16.0 to 1.17.0.

Release notes

Sourced from uuid's releases.

v1.17.0

What's Changed

New Contributors

Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.16.0...v1.17.0

Commits
  • 2fd9b61 Merge pull request #829 from uuid-rs/cargo/v1.17.0
  • ed0d385 prepare for 1.17.0 release
  • c54cadc Merge pull request #828 from bushrat011899/wasm32v1-none
  • 625d769 Fix typo in MVP Web CI
  • 9d638e0 Add MVP Web CI Task
  • 83dc528 Add wasm32v1-none support
  • 5fbd843 Merge pull request #824 from diopoex/main
  • 6635ae4 Merge pull request #825 from uuid-rs/ci/aarch64-apple-darwin
  • b2370f2 update toolchain for outdated job
  • c74ad33 update OSX builds to arm
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/1462 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/26/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/uuid-1.17.0` --- ### 📝 Commits (1) - [`62b4a74`](https://github.com/LGUG2Z/komorebi/commit/62b4a74263ed9ca13d336b75b5118a36206daa3e) chore(deps): bump uuid from 1.16.0 to 1.17.0 ### 📊 Changes **1 file changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -2) </details> ### 📄 Description Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.16.0 to 1.17.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.17.0</h2> <h2>What's Changed</h2> <ul> <li>Added convenience implementation TryFrom<!-- raw HTML omitted --> for std by <a href="https://github.com/Nahuel-M"><code>@​Nahuel-M</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/819">uuid-rs/uuid#819</a></li> <li>Update OSX builds to arm by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/825">uuid-rs/uuid#825</a></li> <li>Replace derive(Hash) with manual impl in Uuid by <a href="https://github.com/diopoex"><code>@​diopoex</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/824">uuid-rs/uuid#824</a></li> <li>Add <code>wasm32v1-none</code> Support by <a href="https://github.com/bushrat011899"><code>@​bushrat011899</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/828">uuid-rs/uuid#828</a></li> <li>Prepare for 1.17.0 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/829">uuid-rs/uuid#829</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Nahuel-M"><code>@​Nahuel-M</code></a> made their first contribution in <a href="https://redirect.github.com/uuid-rs/uuid/pull/819">uuid-rs/uuid#819</a></li> <li><a href="https://github.com/diopoex"><code>@​diopoex</code></a> made their first contribution in <a href="https://redirect.github.com/uuid-rs/uuid/pull/824">uuid-rs/uuid#824</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/uuid-rs/uuid/compare/v1.16.0...v1.17.0">https://github.com/uuid-rs/uuid/compare/v1.16.0...v1.17.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uuid-rs/uuid/commit/2fd9b614c92e4e4b18928e2f539d82accf8eaeee"><code>2fd9b61</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/829">#829</a> from uuid-rs/cargo/v1.17.0</li> <li><a href="https://github.com/uuid-rs/uuid/commit/ed0d385b42d097b6abb0190cf3f3b2b2bfdaeff9"><code>ed0d385</code></a> prepare for 1.17.0 release</li> <li><a href="https://github.com/uuid-rs/uuid/commit/c54cadc54b8fa9a0e2d0e965caf64bbe16f265fc"><code>c54cadc</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/828">#828</a> from bushrat011899/wasm32v1-none</li> <li><a href="https://github.com/uuid-rs/uuid/commit/625d76930882d964ff7d90eef39aa64809c61b96"><code>625d769</code></a> Fix typo in MVP Web CI</li> <li><a href="https://github.com/uuid-rs/uuid/commit/9d638e0a86104133607af52d6dacc78bf0aabb95"><code>9d638e0</code></a> Add MVP Web CI Task</li> <li><a href="https://github.com/uuid-rs/uuid/commit/83dc52811547059bdbda195eb5d3a8cdc706e193"><code>83dc528</code></a> Add <code>wasm32v1-none</code> support</li> <li><a href="https://github.com/uuid-rs/uuid/commit/5fbd84355fb5348f25abe23d694c1004b0d74eb3"><code>5fbd843</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/824">#824</a> from diopoex/main</li> <li><a href="https://github.com/uuid-rs/uuid/commit/6635ae48125dd22d4bb43784769561cc6f65991e"><code>6635ae4</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/825">#825</a> from uuid-rs/ci/aarch64-apple-darwin</li> <li><a href="https://github.com/uuid-rs/uuid/commit/b2370f26debd32abc070b541c0749b33b53e8943"><code>b2370f2</code></a> update toolchain for outdated job</li> <li><a href="https://github.com/uuid-rs/uuid/commit/c74ad33664ba33c90b5965171f851a69cd9a7852"><code>c74ad33</code></a> update OSX builds to arm</li> <li>Additional commits viewable in <a href="https://github.com/uuid-rs/uuid/compare/v1.16.0...v1.17.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.16.0&new-version=1.17.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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:55:11 +01:00
adam closed this issue 2026-01-05 14:55:11 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1410