feat: upate sqlite ver

This commit is contained in:
2024-11-20 01:58:28 +08:00
parent c939490f0e
commit b29374ce1d
2 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ seckey = "0.12"
rust_util = { version = "0.6", features = ["use_clap"] }
tokio = { version = "1.37", features = ["full"] }
hyper = { version = "0.14", features = ["client", "server", "tcp", "http1", "http2"] }
rusqlite = "0.31"
rusqlite = "0.32"
yubico_manager = { version = "0.9", optional = true }
rpassword = "7.3"
rand = "0.8"