Update sqlite dependencies

This commit is contained in:
link2xt
2021-11-20 10:03:08 +00:00
committed by Floris Bruynooghe
parent a3f1ff2827
commit a28aecd4d1
2 changed files with 8 additions and 8 deletions

View File

@@ -52,10 +52,10 @@ pgp = { version = "0.7", default-features = false }
pretty_env_logger = { version = "0.4", optional = true }
quick-xml = "0.22"
r2d2 = "0.8"
r2d2_sqlite = "0.18"
r2d2_sqlite = "0.19"
rand = "0.7"
regex = "1.5"
rusqlite = "0.25"
rusqlite = "0.26"
rust-hsluv = "0.1"
rustyline = { version = "9.0", optional = true }
sanitize-filename = "0.3"