1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-16 22:31:03 +02:00

Merge pull request #821 from JakeStanger/dependabot/cargo/system-tray-0.5.0

build(deps): bump system-tray from 0.4.0 to 0.5.0
This commit is contained in:
Jake Stanger 2024-12-24 12:53:39 +00:00 committed by GitHub
commit 353ee92d48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
Cargo.lock generated
View file

@ -3200,14 +3200,14 @@ dependencies = [
[[package]] [[package]]
name = "system-tray" name = "system-tray"
version = "0.4.0" version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5eff7a9f41bc02826920bf9da8b03fb74cb9c55bac250b4bc470af12d980285" checksum = "a9671bfe2e71b503192be38bca219f05bb4f66e242b105420bf82116b27b9079"
dependencies = [ dependencies = [
"dbusmenu-gtk3-sys", "dbusmenu-gtk3-sys",
"gtk", "gtk",
"serde", "serde",
"thiserror 2.0.3", "thiserror 2.0.9",
"tokio", "tokio",
"tracing", "tracing",
"zbus", "zbus",
@ -3237,11 +3237,11 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "2.0.3" version = "2.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc"
dependencies = [ dependencies = [
"thiserror-impl 2.0.3", "thiserror-impl 2.0.9",
] ]
[[package]] [[package]]
@ -3257,9 +3257,9 @@ dependencies = [
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "2.0.3" version = "2.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote 1.0.35", "quote 1.0.35",

View file

@ -148,7 +148,7 @@ futures-signals = { version = "0.3.34", optional = true }
sysinfo = { version = "0.29.11", optional = true } sysinfo = { version = "0.29.11", optional = true }
# tray # tray
system-tray = { version = "0.4.0", features = ["dbusmenu-gtk3"], optional = true } system-tray = { version = "0.5.0", features = ["dbusmenu-gtk3"], optional = true }
# upower # upower
upower_dbus = { version = "0.3.2", optional = true } upower_dbus = { version = "0.3.2", optional = true }