Skip to content

fix(deps): update rust crate hyper to v1 - autoclosed #2838

fix(deps): update rust crate hyper to v1 - autoclosed

fix(deps): update rust crate hyper to v1 - autoclosed #2838

Triggered via pull request December 14, 2023 20:15
Status Failure
Total duration 6m 55s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

CI.yaml

on: pull_request
Matrix: ci
Matrix: Clippy!
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
Rust CI (Linux (x86_64))
Process completed with exit code 1.
Rust CI (macOS (x86_64))
The job was canceled because "ubuntu-latest" failed.
Rust CI (macOS (x86_64))
The operation was canceled.
useless conversion to the same type: `i64`: crates/sessions/src/lib.rs#L372
warning: useless conversion to the same type: `i64` --> crates/sessions/src/manager.rs:372:17 | 372 | one_week.timestamp_millis().try_into().unwrap(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider removing `.try_into()` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default
1 warning emitted
warning: 1 warning emitted