Update dependencies

This commit is contained in:
Bruce Leidl 2022-05-27 18:06:22 -04:00
parent 668227af1e
commit 0832ddfa9f
3 changed files with 275 additions and 287 deletions

558
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -11,5 +11,5 @@ libcitadel = { path = "../libcitadel" }
rand = "0.8"
zvariant = "2.7.0"
serde = { version = "1.0", features = ["derive"] }
zbus = "^2.0.0-beta.5"
zbus = "=2.0.0-beta.5"
gtk = { version = "0.14.0", features = ["v3_24"] }

View File

@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
libcitadel = { path = "../libcitadel" }
zbus = "^2.0.0-beta.5"
zbus = "=2.0.0-beta.5"
zvariant = "2.7.0"
serde = { version = "1.0", features = ["derive"] }