From 76a761630a8e6f5686d7e4384948ed949f702f3b Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 1 Jun 2024 11:28:34 +0200 Subject: Upgrade dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 34f48f5..861246b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,22 +7,22 @@ edition = "2021" [dependencies] bcrypt = "0.15" chrono = "0.4" -env_logger = "0.10" +env_logger = "0.11" hex = "0.4" hmac = "0.12" http-body-util = "0.1" -hyper = { version = "1.0", features = ["full"] } +hyper = { version = "1.3", features = ["full"] } hyper-util = { version = "0.1", features = ["full"] } log = "0.4" rand = { version = "0.8", features = ["getrandom"] } -rand_core = "0.6.0" +rand_core = "0.6" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_urlencoded = "0.7" sha2 = "0.10" sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "sqlite", "chrono"] } sqlx-core = "0.7" -tera = { version = "1.19", features = ["builtins"] } +tera = { version = "1.20", features = ["builtins"] } tokio = { version = "1", features = ["full"] } tokio-util = { version = "0.7", features = ["codec"] } -url = "2.4" +url = "2.5" -- cgit v1.2.3