From 648d073e1b8f4838f147c0520024bd453921a25c Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Fri, 17 Apr 2026 22:53:02 +0200 Subject: Remove signing login token It’s enough to use a safe crypto lib. But augment the token size to upper bound. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fdef3b9..18093f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,6 @@ bcrypt = "0.17" chrono = "0.4" env_logger = "0.11" hex = "0.4" -hmac = "0.12" http-body-util = "0.1" hyper = { version = "1.7", features = ["full"] } hyper-util = { version = "0.1", features = ["full"] } -- cgit v1.2.3