set workspace resolver to 2 and use workspace deps

This commit is contained in:
Ashley Wulber 2023-11-10 10:25:35 -05:00 committed by Ashley Wulber
parent dd3d4935a9
commit 3b8936053d
5 changed files with 25 additions and 14 deletions

View file

@ -5,9 +5,10 @@ edition = "2021"
license = "MPL-2.0"
[dependencies]
bitflags = "1.3"
bitflags = "2.4"
derive_builder = "0.12"
procfs = { version = "0.14", default-features = false }
time = "0.3"
zvariant = "3.10"
zbus = "3.7"
procfs = { version = "0.16", default-features = false }
thiserror.workspace = true
time.workspace = true
zvariant.workspace = true
zbus.workspace = true