Update dependencies

This commit is contained in:
Reinout Meliesie 2025-02-07 01:52:26 +01:00
parent 86f9ee7672
commit 0dffdbc660
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
2 changed files with 6 additions and 6 deletions

View file

@ -12,5 +12,5 @@ lto = true
[ dependencies ]
async-sqlite = { version = "0.4.0" , default-features = false }
fallible-iterator = "0.3.0" # Must match version used by async-sqlite
gtk4 = { version = "0.9.2" , features = [ "v4_16" ] }
libadwaita = { version = "0.7.0" , features = [ "v1_6" ] }
gtk4 = { version = "0.9.5" , features = [ "v4_16" ] }
libadwaita = { version = "0.7.1" , features = [ "v1_6" ] }