Update Rust crate hyper to v1 - autoclosed #71
Annotations
2 errors and 5 warnings
mismatched types:
src/http_handler.rs#L125
error[E0308]: mismatched types
--> src/http_handler.rs:125:5
|
125 | axum::Server::bind(s).serve(app.into_make_service()).await
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hyper::Error`, found `hyper::error::Error`
|
= note: `hyper::error::Error` and `hyper::Error` have similar names, but are actually distinct types
note: `hyper::error::Error` is defined in crate `hyper`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.28/src/error.rs:14:1
|
14 | pub struct Error {
| ^^^^^^^^^^^^^^^^
note: `hyper::Error` is defined in crate `hyper`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.1.0/src/error.rs:31:1
|
31 | pub struct Error {
| ^^^^^^^^^^^^^^^^
= note: perhaps two different versions of crate `hyper` are being used?
|
rust
Clippy had exited with the 101 exit code
|
rust
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1.0.7, actions-rs/clippy-check@v1.0.7. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|