From 164538a57a5b7c19c993862a6badc85fd723380e Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sat, 30 Aug 2025 09:03:18 +0200 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 88eac72..fdef3b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "budget" version = "0.1.0" authors = ["Joris "] -edition = "2021" +edition = "2024" [dependencies] anyhow = "1.0" @@ -12,10 +12,10 @@ env_logger = "0.11" hex = "0.4" hmac = "0.12" http-body-util = "0.1" -hyper = { version = "1.6", features = ["full"] } +hyper = { version = "1.7", features = ["full"] } hyper-util = { version = "0.1", features = ["full"] } log = "0.4" -minijinja = { version = "2.7", features = ["loader"] } +minijinja = { version = "2.12", features = ["loader"] } rand = { version = "0.9", features = ["os_rng"] } rand_core = "0.9" rusqlite = { version = "0.32", features = ["chrono"] } -- cgit v1.2.3