You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roll back serde_derive to version 1.0.171 and pin it there, to avoid using the new serde_derive that uses a pre-built binary compiler
plugin. The binary plugin has
not been successfully reproduced from source when I last looked, and it
represents an unacceptable security risk, since it can't be audited without
disassembling the binary code. We'll need a longer-term plan for this.