aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoris Guyonvarch2026-04-17 23:43:24 +0200
committerJoris Guyonvarch2026-04-17 23:43:24 +0200
commitb35589eb90f2e5ee5521964e64eb578e9eb99032 (patch)
tree7ccfc7e0ef37c8d30a017c302fdd2f70d4bc1db5 /Cargo.toml
parent648d073e1b8f4838f147c0520024bd453921a25c (diff)
Upgrade dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml17
1 files changed, 8 insertions, 9 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 18093f5..0eddc20 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,24 +6,23 @@ edition = "2024"
[dependencies]
anyhow = "1.0"
-bcrypt = "0.17"
+bcrypt = "0.19"
chrono = "0.4"
env_logger = "0.11"
hex = "0.4"
http-body-util = "0.1"
-hyper = { version = "1.7", features = ["full"] }
+hyper = { version = "1.9", features = ["full"] }
hyper-util = { version = "0.1", features = ["full"] }
log = "0.4"
-minijinja = { version = "2.12", features = ["loader"] }
-rand = { version = "0.9", features = ["os_rng"] }
-rand_core = "0.9"
-rusqlite = { version = "0.32", features = ["chrono"] }
-rusqlite_migration = "1.3"
+minijinja = { version = "2.19", features = ["loader"] }
+rand = { version = "0.10" }
+rusqlite = { version = "0.37", features = ["chrono"] }
+rusqlite_migration = "2.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_urlencoded = "0.7"
-sha2 = "0.10"
+sha2 = "0.11"
tokio = { version = "1", features = ["full"] }
-tokio-rusqlite = "0.6"
+tokio-rusqlite = "0.7"
tokio-util = { version = "0.7", features = ["codec"] }
url = "2.5"