Update vault

This commit is contained in:
Joscha 2023-04-19 23:24:35 +02:00
parent 164c02243d
commit 318f7e2a73
5 changed files with 112 additions and 77 deletions

View file

@ -16,7 +16,7 @@ log = { version = "0.4.17", features = ["std"] }
once_cell = "1.17.1"
open = "4.0.1"
parking_lot = "0.12.1"
rusqlite = { version = "0.28.0", features = ["bundled", "time"] }
rusqlite = { version = "0.29.0", features = ["bundled", "time"] }
serde = { version = "1.0.159", features = ["derive"] }
serde_json = "1.0.95"
thiserror = "1.0.40"
@ -50,7 +50,7 @@ rev = "f414db40d526295c74cbcae6c3d194088da8f1d9"
[dependencies.vault]
git = "https://github.com/Garmelon/vault.git"
tag = "v0.1.0"
rev = "b4cf23b7279770226725c895e482c8eda88c43a7"
features = ["tokio"]
# [patch."https://github.com/Garmelon/vault.git"]