mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-08 09:31:27 +03:00
upgrade dependencies
This commit is contained in:
@@ -37,10 +37,10 @@ tokio = { version = "1.32.0", features = [
|
||||
] }
|
||||
futures = "0.3.28"
|
||||
clap = { version = "4.4.11", features = ["derive"] }
|
||||
gtk = { package = "gtk4", version = "0.8.1", features = [
|
||||
gtk = { package = "gtk4", version = "0.9.0", features = [
|
||||
"v4_2",
|
||||
], optional = true }
|
||||
adw = { package = "libadwaita", version = "0.6.0", features = [
|
||||
adw = { package = "libadwaita", version = "0.7.0", features = [
|
||||
"v1_1",
|
||||
], optional = true }
|
||||
async-channel = { version = "2.1.1", optional = true }
|
||||
@@ -54,7 +54,7 @@ tokio-util = "0.7.11"
|
||||
libc = "0.2.148"
|
||||
|
||||
[build-dependencies]
|
||||
glib-build-tools = { version = "0.19.0", optional = true }
|
||||
glib-build-tools = { version = "0.20.0", optional = true }
|
||||
|
||||
[features]
|
||||
default = ["wayland", "x11", "xdg_desktop_portal", "libei", "gtk"]
|
||||
|
||||
Reference in New Issue
Block a user