M Cargo.lock => Cargo.lock +3 -3
@@ 880,7 880,7 @@ dependencies = [
[[package]]
name = "swayrbar"
-version = "0.3.5"
+version = "0.3.6"
dependencies = [
"battery",
"chrono",
@@ 923,9 923,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.28.4"
+version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b4c2f3ca6693feb29a89724516f016488e9aafc7f37264f898593ee4b942f31b"
+checksum = "02f1dc6930a439cc5d154221b5387d153f8183529b07c19aca24ea31e0a167e1"
dependencies = [
"cfg-if",
"core-foundation-sys 0.8.4",
M swayrbar/Cargo.toml => swayrbar/Cargo.toml +2 -2
@@ 1,6 1,6 @@
[package]
name = "swayrbar"
-version = "0.3.5"
+version = "0.3.6"
edition = "2021"
homepage = "https://sr.ht/~tsdh/swayr/#swayrbar"
repository = "https://git.sr.ht/~tsdh/swayr"
@@ 23,5 23,5 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
swaybar-types = "3.0"
swayipc = "3.0"
-sysinfo = "0.28"
+sysinfo = "0.29"
toml = "0.7"