mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 14:42:30 +00:00
frontend: use secret key for cookies
This commit is contained in:
@@ -55,7 +55,7 @@ quick-xml = { version = "0.37", features = [
|
||||
] }
|
||||
rust-embed = "8.5"
|
||||
futures-core = "0.3.31"
|
||||
hex = "0.4.3"
|
||||
hex = { version = "0.4.3", features = ["serde"] }
|
||||
mime_guess = "2.0.5"
|
||||
itertools = "0.13"
|
||||
log = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user