diff --git a/Cargo.toml b/Cargo.toml index 262188c..05f5f5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ developer_name = "3WEBS LLC" copyright = "© 2024 3WEBS LLC" [dependencies] -gtk4 = { version = "0.8.2", features = ["v4_2", "v4_4", "v4_6", "v4_8", "v4_10", "v4_12", "v4_14"] } +gtk4 = { version = "0.9.0", features = ["v4_2", "v4_4", "v4_6", "v4_8", "v4_10", "v4_12", "v4_14"] } lazy_static = "1.4.0" serde = { version = "1.0.200", features = ["derive"] } toml = "0.8.12"