mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2024-12-22 05:35:20 +00:00
Cargo update
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
0df514135c
commit
15f63a920e
1279
Cargo.lock
generated
1279
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -13,7 +13,7 @@ resolver = "2"
|
||||
|
||||
[workspace.dependencies]
|
||||
tracing = "0.1"
|
||||
zbus = { version = "4", features = ["p2p"] }
|
||||
zbus = { version = "4.4", features = ["p2p"] }
|
||||
pixman-sys = "0.1"
|
||||
qemu-display = { path = "qemu-display", version = "0.1" }
|
||||
keycodemap = { path = "keycodemap", version = "0.1" }
|
||||
|
@ -14,4 +14,3 @@ futures = "0.3.30"
|
||||
[dependencies.vte]
|
||||
package = "vte4"
|
||||
version = "0.8"
|
||||
git = "https://gitlab.gnome.org/World/Rust/vte4-rs"
|
||||
|
Loading…
Reference in New Issue
Block a user