chore: update dependencies
This commit is contained in:
parent
c31a46961a
commit
1190da87ce
8 changed files with 18 additions and 22 deletions
14
Cargo.toml
14
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" }
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue