fix(deps): update rust crate sentry to 0.32.0 #141
GitHub Actions / clippy
failed
Nov 28, 2023 in 1s
clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
-
rustc 1.74.0 (79e9716c9 2023-11-13)
-
cargo 1.74.0 (ecb9851af 2023-10-18)
-
cargo 1.74.0 (ecb9851af 2023-10-18)
Annotations
Check failure on line 238 in src/main.rs
github-actions / clippy
the trait bound `sentry::integrations::sentry_tower::SentryHttpService<axum::routing::Route<_>>: tower::Service<axum::http::Request<_>>` is not satisfied
error[E0277]: the trait bound `sentry::integrations::sentry_tower::SentryHttpService<axum::routing::Route<_>>: tower::Service<axum::http::Request<_>>` is not satisfied
--> src/main.rs:238:10
|
238 | .layer(layer);
| ^^^^^ the trait `tower::Service<axum::http::Request<_>>` is not implemented for `sentry::integrations::sentry_tower::SentryHttpService<axum::routing::Route<_>>`
|
= help: the trait `tower::Service<http::request::Request<ReqBody>>` is implemented for `sentry::integrations::sentry_tower::SentryHttpService<S>`
= note: required for `SentryService<SentryHttpService<Route<_>>, NewFromTopProvider, Arc<Hub>, Request<_>>` to implement `tower::Service<axum::http::Request<_>>`
= note: the full type name has been written to '/home/runner/work/gachadata-server/gachadata-server/server/target/debug/deps/gachadata_server-033d3e2ab4d619c2.long-type-740705421952253399.txt'
Loading