Update dependencies

This commit is contained in:
Reinout Meliesie 2026-01-01 12:22:55 +01:00
commit 380d66c489
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
2 changed files with 140 additions and 182 deletions

View file

@ -13,5 +13,5 @@ lto = true
async-sqlite = { version = "0.5.3" , default-features = false }
fallible-iterator = "0.3.0" # Must match version used by async-sqlite
futures = "0.3.31"
gtk4 = { version = "0.10.0" , features = [ "v4_18" ] }
libadwaita = { version = "0.8.0" , features = [ "v1_7" ] }
gtk4 = { version = "0.10.3" , features = [ "v4_20" ] }
libadwaita = { version = "0.8.1" , features = [ "v1_8" ] }