diff --git a/Cargo.lock b/Cargo.lock index 2959141..1018c13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1162,9 +1162,9 @@ dependencies = [ [[package]] name = "gdk4" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9100b25604183f2fd97f55ef087fae96ab4934d7215118a35303e422688e6e4b" +checksum = "db265c9dd42d6a371e09e52deab3a84808427198b86ac792d75fd35c07990a07" dependencies = [ "cairo-rs", "gdk-pixbuf", diff --git a/Cargo.toml b/Cargo.toml index fa2e8c1..570be49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ async-channel = "2.2.1" glib = { version = "^0.19.4", features = ["v2_74"] } gio = { version = "^0.19.4" } pango = { version = "^0.19.5" } -gdk = { package = "gdk4", version = "^0.8.1", features = ["v4_12"] } +gdk = { package = "gdk4", version = "^0.8.2", features = ["v4_12"] } gtk = { package = "gtk4", version = "^0.8", features = ["v4_12"] } adw = { package = "libadwaita", version = "0.6", features = ["v1_4"] } vte = { package = "vte4", version = "0.7.1", features = ["v0_70"]}