aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoris Guyonvarch2026-03-21 22:02:10 +0100
committerJoris Guyonvarch2026-03-21 22:02:10 +0100
commit44cf1913ea1433b99154fb46f5761ac8b280908b (patch)
tree5dd19b4b812c7419bcb040286bcf400024768f9a /Cargo.toml
parentcf406c5c9c38a24549c9fdd7e807632aef051766 (diff)
Upgrade dependencies
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"