forked from brl/citadel-tools
Update dependencies
This commit is contained in:
parent
668227af1e
commit
0832ddfa9f
558
Cargo.lock
generated
558
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -11,5 +11,5 @@ libcitadel = { path = "../libcitadel" }
|
|||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
zvariant = "2.7.0"
|
zvariant = "2.7.0"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
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"] }
|
gtk = { version = "0.14.0", features = ["v3_24"] }
|
||||||
|
@ -6,7 +6,7 @@ edition = "2018"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libcitadel = { path = "../libcitadel" }
|
libcitadel = { path = "../libcitadel" }
|
||||||
zbus = "^2.0.0-beta.5"
|
zbus = "=2.0.0-beta.5"
|
||||||
zvariant = "2.7.0"
|
zvariant = "2.7.0"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user