update dependencies #134
Annotations
10 errors and 4 warnings
exes/rest/src/lib.rs#L17
failed to resolve: could not find `server` in `hyper`
|
exes/webhook/src/config.rs#L3
unresolved import `ed25519_dalek::PublicKey`
|
exes/webhook/src/handler/mod.rs#L4
unresolved import `ed25519_dalek::PublicKey`
|
exes/webhook/src/handler/mod.rs#L6
unresolved imports `hyper::body::to_bytes`, `hyper::Body`
|
exes/webhook/src/handler/signature.rs#L1
unresolved import `ed25519_dalek::PublicKey`
|
exes/webhook/src/lib.rs#L22
unresolved import `hyper::Server`
|
exes/webhook/src/handler/make_service.rs#L16
method `poll_ready` is not a member of trait `Service`
|
exes/webhook/src/handler/mod.rs#L119
method `poll_ready` is not a member of trait `Service`
|
exes/rest/src/lib.rs#L18
unresolved imports `hyper::service::make_service_fn`, `hyper::Body`, `hyper::Client`, `hyper::Server`
|
exes/rest/src/handler.rs#L6
unresolved imports `hyper::client::HttpConnector`, `hyper::Body`, `hyper::Client`
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
|
This job failed
Loading