Commit 2895c86c authored by Roman Alifanov's avatar Roman Alifanov

Update dependencies to latest versions (zbus 5.13.2, thiserror 2.0.18)

parent 04236dd7
target/
_build/
......@@ -9,8 +9,8 @@ repository = "https://github.com/Etersoft/eepm-dbus"
[dependencies]
# D-Bus
zbus = { version = "4", default-features = false, features = ["tokio"] }
zvariant = "4"
zbus = { version = "5", default-features = false, features = ["tokio"] }
zvariant = "5"
# Async runtime
tokio = { version = "1", features = ["full", "signal", "process"] }
......@@ -27,7 +27,7 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
# Error handling
thiserror = "1"
thiserror = "2"
anyhow = "1"
# Utils
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment