[PR #540] [CLOSED] chore(deps): bump miow from 0.5.0 to 0.6.0 #979

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/540
Author: @dependabot[bot]
Created: 9/18/2023
Status: Closed

Base: masterHead: dependabot/cargo/miow-0.6.0


📝 Commits (1)

  • 1c65426 chore(deps): bump miow from 0.5.0 to 0.6.0

📊 Changes

2 files changed (+27 additions, -84 deletions)

View changed files

📝 Cargo.lock (+26 -83)
📝 komorebi/Cargo.toml (+1 -1)

📄 Description

Bumps miow from 0.5.0 to 0.6.0.

Changelog

Sourced from miow's changelog.

[v0.6.0] - 2023-08-04

Added

  • Add note about this crate being unmaintained.

Changed

  • Breaking: Upgrade windows-sys from 0.42 to 0.48.
  • Upgrade socket2 from 0.4 to 0.5 (dev dependency only).
Commits
  • 25725a4 Bump version to 0.6.0 and add changelog
  • d0ab5bb remove windows-sys unused feature
  • a9758f1 Remove superfluous [package] fields from crate metadata
  • d3f8c11 Make crate documentation include README automatically
  • f22f9ce Add note about this crate being unmaintained
  • c95444a Remove README section on how to add dependency. People know that by now
  • ae13591 Upgrade socket2 to 0.5
  • 3a9f6c4 Update windows-sys
  • 83a8542 Merge remote-tracking branch 'ehuss/update-html-root-url'
  • 8ff80b0 Update html_root_url
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note


Automatic rebases have been disabled on this pull request as it has been open for over 30 days.


🔄 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/540 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/18/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/miow-0.6.0` --- ### 📝 Commits (1) - [`1c65426`](https://github.com/LGUG2Z/komorebi/commit/1c6542660f2ee8236b60ff78a549d960d2aa795d) chore(deps): bump miow from 0.5.0 to 0.6.0 ### 📊 Changes **2 files changed** (+27 additions, -84 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+26 -83) 📝 `komorebi/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.5.0 to 0.6.0. <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>[v0.6.0] - 2023-08-04</h2> <h3>Added</h3> <ul> <li>Add note about this crate being unmaintained.</li> </ul> <h3>Changed</h3> <ul> <li>Breaking: Upgrade <code>windows-sys</code> from 0.42 to 0.48.</li> <li>Upgrade <code>socket2</code> from 0.4 to 0.5 (dev dependency only).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/yoshuawuyts/miow/commit/25725a46a73ca309a0d13e29472e579393d83146"><code>25725a4</code></a> Bump version to 0.6.0 and add changelog</li> <li><a href="https://github.com/yoshuawuyts/miow/commit/d0ab5bbfb809b7c75bdf856f9a52e1d7dada5510"><code>d0ab5bb</code></a> remove windows-sys unused feature</li> <li><a href="https://github.com/yoshuawuyts/miow/commit/a9758f1bac8f9d3e9c731c09f011b4ef7b24dcff"><code>a9758f1</code></a> Remove superfluous [package] fields from crate metadata</li> <li><a href="https://github.com/yoshuawuyts/miow/commit/d3f8c1121d5edab01d3e8037e15d21d50a7a1743"><code>d3f8c11</code></a> Make crate documentation include README automatically</li> <li><a href="https://github.com/yoshuawuyts/miow/commit/f22f9cee64e54ac5432d678a463418c53662dd13"><code>f22f9ce</code></a> Add note about this crate being unmaintained</li> <li><a href="https://github.com/yoshuawuyts/miow/commit/c95444a777627e990bf6a2acecb647de5a5bba58"><code>c95444a</code></a> Remove README section on how to add dependency. People know that by now</li> <li><a href="https://github.com/yoshuawuyts/miow/commit/ae13591066de327b9220cbab56ec5b60c5318b12"><code>ae13591</code></a> Upgrade socket2 to 0.5</li> <li><a href="https://github.com/yoshuawuyts/miow/commit/3a9f6c405c708dc84f416db6694882ccfaf3d621"><code>3a9f6c4</code></a> Update windows-sys</li> <li><a href="https://github.com/yoshuawuyts/miow/commit/83a85423d55462f25c7c2ca5a841edd8fed5b327"><code>83a8542</code></a> Merge remote-tracking branch 'ehuss/update-html-root-url'</li> <li><a href="https://github.com/yoshuawuyts/miow/commit/8ff80b095418926027699f793b0f7f1a91d81ff0"><code>8ff80b0</code></a> Update html_root_url</li> <li>See full diff in <a href="https://github.com/yoshuawuyts/miow/compare/v0.5.0...v0.6.0">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.5.0&new-version=0.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --- <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:53:37 +01:00
adam closed this issue 2026-01-05 14:53:37 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#979