aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJoris Guyonvarch2026-04-17 22:53:02 +0200
committerJoris Guyonvarch2026-04-17 22:53:02 +0200
commit648d073e1b8f4838f147c0520024bd453921a25c (patch)
tree3a477d88c3f80a68d6477d9fe5644cc475c0cd81 /Cargo.lock
parent2a6bcee45086bca9128489de19908984ea1be0da (diff)
Remove signing login token
It’s enough to use a safe crypto lib. But augment the token size to upper bound.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 0 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cbde1e5..a60f4b5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -189,7 +189,6 @@ dependencies = [
"chrono",
"env_logger",
"hex",
- "hmac",
"http-body-util",
"hyper",
"hyper-util",
@@ -517,15 +516,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
-name = "hmac"
-version = "0.12.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
-dependencies = [
- "digest",
-]
-
-[[package]]
name = "http"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"