diff options
author | metamuffin <metamuffin@disroot.org> | 2023-12-11 01:19:51 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-12-11 01:19:51 +0100 |
commit | 36d7fb2790774c53415c96f8c6955be42bad952f (patch) | |
tree | 4481dac53a6d0896e90ff72b9b68665e59e159db /client/Cargo.toml | |
parent | 767d6c4c7b8518198b0343781128027051b94ae5 (diff) | |
download | jellything-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.toml | 1 |
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 } |