1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-02 19:21:03 +02:00

Merge pull request #366 from JakeStanger/dependabot/cargo/sysinfo-0.29.11

build(deps): bump sysinfo from 0.29.10 to 0.29.11
This commit is contained in:
Jake Stanger 2023-11-27 22:51:32 +00:00 committed by GitHub
commit f92845aecb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -119,7 +119,7 @@ mpd_client = { version = "1.3.0", optional = true }
mpris = { version = "2.0.1", optional = true }
# sys_info
sysinfo = { version = "0.29.10", optional = true }
sysinfo = { version = "0.29.11", optional = true }
# tray
system-tray = { version = "0.1.4", optional = true }