Use rusqlite 0.10.1. (#367) r=nalexander

This commit is contained in:
Richard Newman 2017-03-09 12:30:36 -08:00 committed by GitHub
parent 39440895ab
commit 30804e033a
3 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ slog-term = "1.3.4"
time = "0.1.35"
[dependencies.rusqlite]
version = "0.9.5"
version = "0.10.1"
# System sqlite might be very old.
features = ["bundled"]

View file

@ -11,7 +11,7 @@ ordered-float = "0.4.0"
time = "0.1.35"
[dependencies.rusqlite]
version = "0.9.5"
version = "0.10.1"
# System sqlite might be very old.
features = ["bundled"]

View file

@ -7,7 +7,7 @@ workspace = ".."
error-chain = "0.9.0"
[dependencies.rusqlite]
version = "0.9.5"
version = "0.10.1"
# System sqlite might be very old.
features = ["bundled"]