diff options
Diffstat (limited to 'pixel-client/Cargo.toml')
-rw-r--r-- | pixel-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixel-client/Cargo.toml b/pixel-client/Cargo.toml index d319457f..8104a384 100644 --- a/pixel-client/Cargo.toml +++ b/pixel-client/Cargo.toml @@ -20,7 +20,7 @@ rustls = { version = "0.23.12", features = ["ring"] } rand = "0.9.0-alpha.2" xdg = "2.5.2" toml = "0.8.19" -serde = { version = "1.0.207", featues = ["derive"] } +serde = { version = "1.0.207", features = ["derive"] } users = "0.11.0" [features] |