Skip to content

Update Rust crate bson to v2.12.0 #1223

Update Rust crate bson to v2.12.0

Update Rust crate bson to v2.12.0 #1223

GitHub Actions / Clippy: Rust Stable 1.80.1 (3f5fd8dd4 2024-08-06) in succeeded Sep 17, 2024 in 14s

Clippy (Stable ~ Linux/x86_64)

Clippy was successful!

Details

Running cargo clippy took roughly ~14142ms to complete

  • Working Directory: repository directory

Annotations

Check warning on line 142 in /home/runner/work/ume/ume/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy: Rust Stable 1.80.1 (3f5fd8dd4 2024-08-06) in

/home/runner/work/ume/ume/src/lib.rs#L142

use of deprecated type alias `image::io::Reader`: this type has been moved and renamed to image::ImageReader
Raw output
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