aboutsummaryrefslogtreecommitdiff
path: root/client/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-12-11 01:19:51 +0100
committermetamuffin <metamuffin@disroot.org>2023-12-11 01:19:51 +0100
commit36d7fb2790774c53415c96f8c6955be42bad952f (patch)
tree4481dac53a6d0896e90ff72b9b68665e59e159db /client/Cargo.toml
parent767d6c4c7b8518198b0343781128027051b94ae5 (diff)
downloadjellything-36d7fb2790774c53415c96f8c6955be42bad952f.tar
jellything-36d7fb2790774c53415c96f8c6955be42bad952f.tar.bz2
jellything-36d7fb2790774c53415c96f8c6955be42bad952f.tar.zst
(partially) fix security problem with federated session
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r--client/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml
index 05dd2d4..bece4c5 100644
--- a/client/Cargo.toml
+++ b/client/Cargo.toml
@@ -9,4 +9,5 @@ log = { workspace = true }
reqwest = { version = "0.11.20", features = ["json"] }
anyhow = "1.0.75"
serde_json = "1.0.107"
+serde = { version = "1.0.188", features = ["derive"] }
tokio = { workspace = true }