Update dependencies

This commit is contained in:
Reinout Meliesie 2025-01-17 12:59:03 +01:00
parent 7b8d99ae16
commit 6b0be30adc
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
2 changed files with 19 additions and 19 deletions

View file

@ -10,7 +10,7 @@ license = "GPL-3.0-or-later"
lto = true
[ dependencies ]
async-sqlite = { version = "0.3.1" , default-features = false }
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" ] }