Description
In #6 I also updated relm4. This required me to add #[allow(deprecated)] in multiple places. This makes it so the existing code in those places still gets accepted by the compiler but it will eventually have to be replaced by proper fixes.
### Description
In #6 I also updated `relm4`. This required me to add `#[allow(deprecated)]` in multiple places. This makes it so the existing code in those places still gets accepted by the compiler but it will eventually have to be replaced by proper fixes.