1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 06:41:03 +02:00

build(deps): bump futures-signals from 0.3.33 to 0.3.34

Bumps [futures-signals](https://github.com/Pauan/rust-signals) from 0.3.33 to 0.3.34.
- [Changelog](https://github.com/Pauan/rust-signals/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Pauan/rust-signals/commits)

---
updated-dependencies:
- dependency-name: futures-signals
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-05 14:15:06 +00:00 committed by GitHub
parent e307e15dc4
commit 17291d2dc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -142,7 +142,7 @@ mpd-utils = { version = "0.2.1", optional = true }
mpris = { version = "2.0.1", optional = true }
# network_manager
futures-signals = { version = "0.3.33", optional = true }
futures-signals = { version = "0.3.34", optional = true }
# sys_info
sysinfo = { version = "0.29.11", optional = true }