Skip to content

Update Rust crate axum-server to 0.7.0 #1208

Update Rust crate axum-server to 0.7.0

Update Rust crate axum-server to 0.7.0 #1208

Triggered via pull request September 17, 2024 14:20
Status Failure
Total duration 5m 13s
Artifacts

CI.yaml

on: pull_request
`cargo deny`
28s
`cargo deny`
Report Missing Dependencies
19s
Report Missing Dependencies
Nix Build
0s
Nix Build
Clippy
1m 36s
Clippy
Matrix: Rust CI
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
`cargo deny`
Process completed with exit code 4.
use of deprecated type alias `image::io::Reader`: this type has been moved and renamed to image::ImageReader: 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
1 warning emitted
warning: 1 warning emitted