Unverified Commit 529d2ffb authored by Vasili Novikov's avatar Vasili Novikov
Browse files

Avoid specifying rusqlite dependency explicitly

Instead, use one chosen indirectly by refinery
parent 5c58eba5
Showing with 1 addition and 1 deletion
+1 -1
......@@ -23,7 +23,7 @@ log = "0.4.11"
rand = "0.7.3"
refinery = { version = "0.3.0", features = ["rusqlite"] }
regex = "1.3.9"
rusqlite = { version = "0.23.1", features = ["sqlcipher"] }
rusqlite = { features = ["sqlcipher"] }
serde = { version = "1.0.116", features = ["derive"] }
serde_json = "1.0.58"
sha2 = "0.9.1"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment