fix compilation with no zstd, use correct key, bump 2 deps

Signed-off-by: strawberry <strawberry@pupbrain.dev>
This commit is contained in:
strawberry 2023-11-25 15:46:03 -05:00
parent 0c4604b482
commit 8fffb6ea04
4 changed files with 12 additions and 14 deletions

View file

@ -106,7 +106,6 @@ pub struct Config {
#[serde(default = "default_presence_offline_timeout_s")]
pub presence_offline_timeout_s: u64,
#[cfg(feature = "zstd_compression")]
#[serde(default = "false_fn")]
pub zstd_compression: bool,