Cargo update

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2024-07-22 19:55:34 +04:00
parent 0df514135c
commit 15f63a920e
3 changed files with 686 additions and 596 deletions

1279
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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" }

View File

@ -14,4 +14,3 @@ futures = "0.3.30"
[dependencies.vte]
package = "vte4"
version = "0.8"
git = "https://gitlab.gnome.org/World/Rust/vte4-rs"