diff --git a/Cargo.toml b/Cargo.toml index e260113..a9eb064 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace] -resolver = "2" +resolver = "3" members = [ "a11y", @@ -18,11 +18,11 @@ members = [ ] [workspace.dependencies] -futures-channel = "0.3.30" -futures-util = "0.3.30" +futures-channel = "0.3.31" +futures-util = "0.3.31" serde = { version = "1.0", features = ["derive"] } -thiserror = "1.0" +thiserror = "2.0" time = { version = "0.3", features = ["parsing"] } -tracing = "0.1.40" -zbus = { version = "5.7.1" } -zvariant = { version = "5.5.3" } +tracing = "0.1.41" +zbus = { version = "5.11.0" } +zvariant = { version = "5.7.0" } diff --git a/accounts-zbus/Cargo.toml b/accounts-zbus/Cargo.toml index 0ff776d..61a5d90 100644 --- a/accounts-zbus/Cargo.toml +++ b/accounts-zbus/Cargo.toml @@ -5,9 +5,6 @@ edition = "2024" license = "MPL-2.0" [dependencies] -futures-channel.workspace = true -futures-util.workspace = true -tracing.workspace = true zbus.workspace = true [dev-dependencies] diff --git a/bluez/Cargo.toml b/bluez/Cargo.toml index d639fdd..eb497aa 100644 --- a/bluez/Cargo.toml +++ b/bluez/Cargo.toml @@ -15,8 +15,8 @@ tracing.workspace = true zbus.workspace = true [dev-dependencies] -color-eyre = "0.6.3" +color-eyre = "0.6.5" eyre = "0.6.12" pico-args = "0.5.0" tokio = { version = "1", features = ["full"] } -tracing-subscriber = "0.3.18" +tracing-subscriber = "0.3.20" diff --git a/geoclue2/Cargo.toml b/geoclue2/Cargo.toml index 3372f44..7a4ec50 100644 --- a/geoclue2/Cargo.toml +++ b/geoclue2/Cargo.toml @@ -9,5 +9,5 @@ license = "MPL-2.0" [dependencies] serde.workspace = true -serde_repr = "0.1.18" +serde_repr = "0.1.20" zbus.workspace = true diff --git a/mpris2/Cargo.toml b/mpris2/Cargo.toml index 28ec7de..807064b 100644 --- a/mpris2/Cargo.toml +++ b/mpris2/Cargo.toml @@ -14,5 +14,5 @@ zbus.workspace = true zvariant.workspace = true [dev-dependencies] -miette = { version = "7.2", features = ["fancy"] } +miette = { version = "7.6", features = ["fancy"] } tokio = { version = "1", features = ["full"] } diff --git a/networkmanager/Cargo.toml b/networkmanager/Cargo.toml index 15f15f4..47a6938 100644 --- a/networkmanager/Cargo.toml +++ b/networkmanager/Cargo.toml @@ -5,10 +5,9 @@ edition = "2024" license = "MPL-2.0" [dependencies] -bitflags = "2.4" +bitflags = "2.9" derive_builder = "0.20.2" -procfs = { version = "0.17", default-features = false } -thiserror.workspace = true +procfs = { version = "0.18", default-features = false } time.workspace = true zvariant.workspace = true zbus.workspace = true diff --git a/timedate/Cargo.toml b/timedate/Cargo.toml index 3431300..0f07694 100644 --- a/timedate/Cargo.toml +++ b/timedate/Cargo.toml @@ -15,11 +15,11 @@ all-features = true zbus.workspace = true [dev-dependencies] -chrono = "0.4.23" -chrono-tz = "0.10.0" +chrono = "0.4.42" +chrono-tz = "0.10.4" zbus.workspace = true zbus.features = ["tokio"] [dev-dependencies.tokio] -version = "1.25.0" +version = "1.47.1" features = ["full"] diff --git a/upower/Cargo.toml b/upower/Cargo.toml index 4ed7b6b..62cb211 100644 --- a/upower/Cargo.toml +++ b/upower/Cargo.toml @@ -12,8 +12,8 @@ edition = "2024" [dependencies] serde.workspace = true -serde_repr = "0.1.10" +serde_repr = "0.1.20" zbus.workspace = true [dev-dependencies] -futures = "0.3.26" +futures = "0.3.31"