From 507e342c21d3ce6ae41b1d4f3fa2f0ad5ee23e75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vuka=C5=A1in=20Vojinovi=C4=87?= <150025636+git-f0x@users.noreply.github.com> Date: Fri, 13 Mar 2026 14:20:08 +0100 Subject: [PATCH] chore: update dependencies --- Cargo.toml | 10 +++++----- bluez/Cargo.toml | 2 +- networkmanager/Cargo.toml | 2 +- timedate/Cargo.toml | 2 +- upower/Cargo.toml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7c6bcd2..fa9ad76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,11 +19,11 @@ members = [ ] [workspace.dependencies] -futures-channel = "0.3.31" -futures-util = "0.3.31" +futures-channel = "0.3.32" +futures-util = "0.3.32" serde = { version = "1.0", features = ["derive"] } thiserror = "2.0" jiff = "0.2" -tracing = "0.1.41" -zbus = { version = "5.11.0" } -zvariant = { version = "5.7.0" } +tracing = "0.1.44" +zbus = { version = "5.14.0" } +zvariant = { version = "5.10.0" } diff --git a/bluez/Cargo.toml b/bluez/Cargo.toml index eb497aa..a1251b8 100644 --- a/bluez/Cargo.toml +++ b/bluez/Cargo.toml @@ -19,4 +19,4 @@ color-eyre = "0.6.5" eyre = "0.6.12" pico-args = "0.5.0" tokio = { version = "1", features = ["full"] } -tracing-subscriber = "0.3.20" +tracing-subscriber = "0.3.23" diff --git a/networkmanager/Cargo.toml b/networkmanager/Cargo.toml index 8e920b3..d7db4d6 100644 --- a/networkmanager/Cargo.toml +++ b/networkmanager/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" license = "MPL-2.0" [dependencies] -bitflags = "2.9" +bitflags = "2.11" derive_builder = "0.20.2" procfs = { version = "0.18", default-features = false } jiff.workspace = true diff --git a/timedate/Cargo.toml b/timedate/Cargo.toml index f9a5e50..ace5289 100644 --- a/timedate/Cargo.toml +++ b/timedate/Cargo.toml @@ -20,5 +20,5 @@ zbus.workspace = true zbus.features = ["tokio"] [dev-dependencies.tokio] -version = "1.47.1" +version = "1.50.0" features = ["full"] diff --git a/upower/Cargo.toml b/upower/Cargo.toml index 62cb211..dcce64e 100644 --- a/upower/Cargo.toml +++ b/upower/Cargo.toml @@ -16,4 +16,4 @@ serde_repr = "0.1.20" zbus.workspace = true [dev-dependencies] -futures = "0.3.31" +futures = "0.3.32"