aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoris Guyonvarch2025-08-30 09:03:18 +0200
committerJoris Guyonvarch2025-08-30 09:03:18 +0200
commit164538a57a5b7c19c993862a6badc85fd723380e (patch)
tree3f7f6b9c4bffa7b57219b23f72c4480a17a26da7 /Cargo.toml
parentd07ab1e7c7454150e5525765c78f107222735158 (diff)
Upgrade dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
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 <joris@guyonvarch.me>"]
-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"] }