Commit 5a44998
committed
security: Make redis dependency optional
The redis crate was compiled unconditionally despite only being used
behind #[cfg(feature = "redis")]. Making it optional reduces the
default attack surface and binary size.
Closes #100
https://claude.ai/code/session_013ESWXrnaeoc5M2agSVcKAj1 parent 2ea0764 commit 5a44998
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
0 commit comments