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
It results in anything using openstack crate producing: warning: the following packages contain code that will be rejected by a future version of Rust: rustc-serialize v0.3.24
As also it could have security impact too https://rustsec.org/advisories/RUSTSEC-2022-0004
rustc-serialize comes into rust-openstack as dependency of eui48
rustc-serialize is deprecated, from https://github.com/rust-lang-deprecated/rustc-serialize:
NOTE: This crate is deprecated in favor of [serde](https://serde.rs/).
It results in anything using openstack crate producing:
warning: the following packages contain code that will be rejected by a future version of Rust: rustc-serialize v0.3.24
As also it could have security impact too https://rustsec.org/advisories/RUSTSEC-2022-0004
rustc-serialize comes into rust-openstack as dependency of eui48
rust-openstack/Cargo.toml
Line 29 in a31ae44
eui48 itself does not seems responsive about this issue for a while already
One possible alternative seems to be to switch from eui48 to macaddr e.g.: ewilken/hap-rs#80
The text was updated successfully, but these errors were encountered: