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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue