Update Rust crate tokio to v1.40.0 #1211
Annotations
2 warnings
Clippy!:
src/lib.rs#L142
warning: use of deprecated type alias `image::io::Reader`: this type has been moved and renamed to image::ImageReader
--> src/cli/cmds/screenshot.rs:142:51
|
142 | let img: image::DynamicImage = image::io::Reader::new(Cursor::new(&contents)).decode()?;
| ^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|
Clippy!
warning: 1 warning emitted
|
Loading