aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 5 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d79418d..bc1b62c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,9 +15,10 @@ http-body-util = "0.1"
hyper = { version = "1", features = ["full"] }
hyper-util = { version = "0.1", features = ["full"] }
log = "0.4"
-rand = "0.8"
-tempfile = "3.24"
+rand = "0.10"
+rusqlite = "0.37"
+rusqlite_migration = "2.3"
+tempfile = "3.27"
tokio = { version = "1", features = ["full"] }
-tokio-rusqlite = "0.6"
-rusqlite_migration = "1.3"
+tokio-rusqlite = "0.7"
tokio-util = "0.7"