summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index da00d7f7..a016024a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ dotenv = "0.15.0"
sodiumoxide = "0.2.6"
[dependencies.rusqlite]
-version = "0.24"
+version = "0.25"
features = ["bundled"]
[dependencies.rocket_contrib]