[PR #1562] [CLOSED] chore(deps): bump miow from 0.6.0 to 0.6.1 #1462

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1562
Author: @dependabot[bot]
Created: 9/15/2025
Status: Closed

Base: masterHead: dependabot/cargo/miow-0.6.1


📝 Commits (1)

  • 3c439ea chore(deps): bump miow from 0.6.0 to 0.6.1

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 Cargo.lock (+3 -3)

📄 Description

Bumps miow from 0.6.0 to 0.6.1.

Changelog

Sourced from miow's changelog.

0.6.1 - 2025-09-10

Other

  • Upgrade windows-sys from 0.48 to 0.60-0.61.
  • Upgrade socket2 from 0.5 to 0.6 (dev dependency only).
Commits
  • fdf957f Merge pull request #75 from yoshuawuyts/release
  • 77dda22 chore: Release 0.6.1
  • 04d7a43 Merge pull request #72 from dpaoliello/windowssys
  • 50d7d65 Update to windows-sys 0.60
  • ba18b05 Merge pull request #74 from dpaoliello/ci
  • 26d296b CI Improvements: min and nightly Rust, min dep version, clippy
  • 86e9087 Merge pull request #73 from dpaoliello/clippy
  • c512966 Fix all clippy warnings and test failures
  • See full diff 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/1562 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/15/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/miow-0.6.1` --- ### 📝 Commits (1) - [`3c439ea`](https://github.com/LGUG2Z/komorebi/commit/3c439eaa2948ce65844ba99cebd1a7a89f44b51d) chore(deps): bump miow from 0.6.0 to 0.6.1 ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+3 -3) </details> ### 📄 Description Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.6.0 to 0.6.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/yoshuawuyts/miow/blob/master/CHANGELOG.md">miow's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/yoshuawuyts/miow/compare/v0.6.0...v0.6.1">0.6.1</a> - 2025-09-10</h2> <h3>Other</h3> <ul> <li>Upgrade <code>windows-sys</code> from 0.48 to 0.60-0.61.</li> <li>Upgrade <code>socket2</code> from 0.5 to 0.6 (dev dependency only).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/yoshuawuyts/miow/commit/fdf957f6ed9a2d835f6e5132a53c6b38077dfa32"><code>fdf957f</code></a> Merge pull request <a href="https://redirect.github.com/yoshuawuyts/miow/issues/75">#75</a> from yoshuawuyts/release</li> <li><a href="https://github.com/yoshuawuyts/miow/commit/77dda22e273add666eb5035b1e7fb6fece939372"><code>77dda22</code></a> chore: Release 0.6.1</li> <li><a href="https://github.com/yoshuawuyts/miow/commit/04d7a439e98e5f8550cdb45ffc3cded18a8a2b76"><code>04d7a43</code></a> Merge pull request <a href="https://redirect.github.com/yoshuawuyts/miow/issues/72">#72</a> from dpaoliello/windowssys</li> <li><a href="https://github.com/yoshuawuyts/miow/commit/50d7d65a54f209be097be91000feb9f7be6503e0"><code>50d7d65</code></a> Update to windows-sys 0.60</li> <li><a href="https://github.com/yoshuawuyts/miow/commit/ba18b050a59d199ae0afb0549b5ce21acd1d319e"><code>ba18b05</code></a> Merge pull request <a href="https://redirect.github.com/yoshuawuyts/miow/issues/74">#74</a> from dpaoliello/ci</li> <li><a href="https://github.com/yoshuawuyts/miow/commit/26d296b76ce4b173b7fb566d69b6697fe422958c"><code>26d296b</code></a> CI Improvements: min and nightly Rust, min dep version, clippy</li> <li><a href="https://github.com/yoshuawuyts/miow/commit/86e9087ffdab43b5f9ebdbb048a36f26f717caa1"><code>86e9087</code></a> Merge pull request <a href="https://redirect.github.com/yoshuawuyts/miow/issues/73">#73</a> from dpaoliello/clippy</li> <li><a href="https://github.com/yoshuawuyts/miow/commit/c512966d120296a1d6ecf4a687d2dde8d9fcce49"><code>c512966</code></a> Fix all clippy warnings and test failures</li> <li>See full diff in <a href="https://github.com/yoshuawuyts/miow/compare/v0.6.0...v0.6.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=miow&package-manager=cargo&previous-version=0.6.0&new-version=0.6.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 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:22 +01:00
adam closed this issue 2026-01-05 14:55:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1462