From 44cf1913ea1433b99154fb46f5761ac8b280908b Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sat, 21 Mar 2026 22:02:10 +0100 Subject: Upgrade dependencies --- Cargo.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3