When compiling I always see this message:
warning: the following packages contain code that will be rejected by a future version of Rust: serde_test v1.0.123
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
Is there a way to fix it?