Update dependencies

This commit is contained in:
Reinout Meliesie 2025-02-12 10:29:07 +01:00
parent e633000de5
commit 795e4b20f2
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
2 changed files with 20 additions and 70 deletions

View file

@ -10,7 +10,7 @@ license = "GPL-3.0-or-later"
lto = true
[ dependencies ]
async-sqlite = { version = "0.4.0" , default-features = false }
async-sqlite = { version = "0.5.0" , default-features = false }
fallible-iterator = "0.3.0" # Must match version used by async-sqlite
futures = "0.3.31"
gtk4 = { version = "0.9.5" , features = [ "v4_16" ] }