about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRicky Kresslein <ricky@unobserved.io>2024-02-10 15:16:05 +0100
committerRicky Kresslein <ricky@unobserved.io>2024-02-10 15:16:05 +0100
commit444fd7892c462e90035c5925011c390a937eb105 (patch)
tree7069c5b6d9cdf3bc389f68835e8e44cfd4dc8ea9 /Cargo.toml
parentde0dab8737ff49c4bfe6b6f02184955ca7aa2830 (diff)
downloadFurtherance-444fd7892c462e90035c5925011c390a937eb105.tar.zst
Update gtk4 and libadwaita to latest
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 07a555f..ee28afe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ dbus = "0.9.7"
 dbus-codegen = "0.10.0"
 directories = "5.0"
 gettext-rs = { version = "0.7", features = ["gettext-system"] }
-gtk4-macros = "0.7.2"
+gtk4-macros = "0.8.0"
 itertools = "0.10.5"
 log = "0.4"
 num-derive = "0.3.3"
@@ -24,9 +24,9 @@ serde = { version = "1.0", features = ["derive"] }
 
 [dependencies.gtk]
 package = "gtk4"
-version = "0.7.3"
+version = "0.8.0"
 
 [dependencies.adw]
 package = "libadwaita"
-version = "0.5.3"
+version = "0.6.0"
 features = ["v1_2"]