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

Merge pull request #916 from JakeStanger/dependabot/cargo/sysinfo-0.34.1

build(deps): bump sysinfo from 0.33.1 to 0.34.1
This commit is contained in:
Jake Stanger 2025-03-31 19:19:00 +01:00 committed by GitHub
commit 3e08a2b056
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 61 deletions

View file

@ -166,7 +166,7 @@ regex = { version = "1.11.1", default-features = false, features = [
futures-signals = { version = "0.3.34", optional = true }
# sys_info
sysinfo = { version = "0.33.1", optional = true }
sysinfo = { version = "0.34.1", optional = true }
# tray
system-tray = { version = "0.7.0", features = ["dbusmenu-gtk3"], optional = true }