chore: update dependencies
This commit is contained in:
parent
cc80763ffc
commit
507e342c21
5 changed files with 9 additions and 9 deletions
10
Cargo.toml
10
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" }
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -20,5 +20,5 @@ zbus.workspace = true
|
|||
zbus.features = ["tokio"]
|
||||
|
||||
[dev-dependencies.tokio]
|
||||
version = "1.47.1"
|
||||
version = "1.50.0"
|
||||
features = ["full"]
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@ serde_repr = "0.1.20"
|
|||
zbus.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
futures = "0.3.31"
|
||||
futures = "0.3.32"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue