[PR #367] [CLOSED] build(deps): bump swayipc-async from 2.0.1 to 2.0.2 #9094

Closed
opened 2026-05-23 03:55:37 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/367
Author: @dependabot[bot]
Created: 11/27/2023
Status: Closed

Base: masterHead: dependabot/cargo/swayipc-async-2.0.2


📝 Commits (1)

  • 9952315 build(deps): bump swayipc-async from 2.0.1 to 2.0.2

📊 Changes

2 files changed (+174 additions, -24 deletions)

View changed files

📝 Cargo.lock (+173 -23)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps swayipc-async from 2.0.1 to 2.0.2.

Commits
  • 7d04828 swayipc-async: 2.0.2
  • 73b97da swayipc: 3.0.2
  • a45e738 swayipc-types: 1.3.1
  • a5f65e1 update deps
  • ef925da fix: bring back missing field of WindowProperties
  • acb870e fix: don't crash when connecting and neither i3 nor sway is installed
  • 2364e12 Add Node::iter (#49)
  • 5cc3d98 add ability to subscribe to output event
  • a3e2036 add support for output event
  • a7388c5 swayipc-types: 1.3.0
  • 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/JakeStanger/ironbar/pull/367 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/27/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/swayipc-async-2.0.2` --- ### 📝 Commits (1) - [`9952315`](https://github.com/JakeStanger/ironbar/commit/99523153fcae9ed3ea24181ab3ba461251276411) build(deps): bump swayipc-async from 2.0.1 to 2.0.2 ### 📊 Changes **2 files changed** (+174 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+173 -23) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [swayipc-async](https://github.com/jaycefayne/swayipc-rs) from 2.0.1 to 2.0.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JayceFayne/swayipc-rs/commit/7d04828d14297b7cb1307c4c84abfdb72573b415"><code>7d04828</code></a> swayipc-async: 2.0.2</li> <li><a href="https://github.com/JayceFayne/swayipc-rs/commit/73b97da811d7010172a33575391603ca40e4dfdf"><code>73b97da</code></a> swayipc: 3.0.2</li> <li><a href="https://github.com/JayceFayne/swayipc-rs/commit/a45e738fc0711f5002908d0b12070862301a8038"><code>a45e738</code></a> swayipc-types: 1.3.1</li> <li><a href="https://github.com/JayceFayne/swayipc-rs/commit/a5f65e118d39b115f5744b7a5e7a26f78a3f8b73"><code>a5f65e1</code></a> update deps</li> <li><a href="https://github.com/JayceFayne/swayipc-rs/commit/ef925daf5c04cecc5656de01cf0bd4f329756119"><code>ef925da</code></a> fix: bring back missing field of WindowProperties</li> <li><a href="https://github.com/JayceFayne/swayipc-rs/commit/acb870edc057298143cc473665d7870f6c92b0ce"><code>acb870e</code></a> fix: don't crash when connecting and neither i3 nor sway is installed</li> <li><a href="https://github.com/JayceFayne/swayipc-rs/commit/2364e12a67916f4fd93ce3a9e51f899aa9442df9"><code>2364e12</code></a> Add Node::iter (<a href="https://redirect.github.com/jaycefayne/swayipc-rs/issues/49">#49</a>)</li> <li><a href="https://github.com/JayceFayne/swayipc-rs/commit/5cc3d988418ff02243c59a67619a2753a0d13ad3"><code>5cc3d98</code></a> add ability to subscribe to output event</li> <li><a href="https://github.com/JayceFayne/swayipc-rs/commit/a3e2036b5cfbccef4752fda38fd1900e766f37c4"><code>a3e2036</code></a> add support for output event</li> <li><a href="https://github.com/JayceFayne/swayipc-rs/commit/a7388c5941e60eb532faf3a34de1679df6c9b4e9"><code>a7388c5</code></a> swayipc-types: 1.3.0</li> <li>Additional commits viewable in <a href="https://github.com/jaycefayne/swayipc-rs/compare/swayipc-async-2.0.1...swayipc-async-2.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=swayipc-async&package-manager=cargo&previous-version=2.0.1&new-version=2.0.2)](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>
JakeStanger 2026-05-23 03:55:37 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#9094
No description provided.