From 463d58b37909c976d3f30bdb5a652f0e8a018b55 Mon Sep 17 00:00:00 2001 From: Joris Date: Wed, 15 Jan 2025 21:19:04 +0100 Subject: Upgrade dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0c69f2c..a890e01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,8 +16,8 @@ hyper = { version = "1", features = ["full"] } hyper-util = { version = "0.1", features = ["full"] } log = "0.4" rand = { version = "0.8", features = ["getrandom"] } -rand_core = "0.6.0" -tempfile = "3.10" +rand_core = "0.6" +tempfile = "3.15" tokio = { version = "1", features = ["full"] } -tokio-rusqlite = "0.5.1" +tokio-rusqlite = "0.6" tokio-util = "0.7" -- cgit v1.2.3