fix(deps): update rust crate sentry-tower to 0.32.1 - autoclosed #2855
Annotations
3 errors and 2 warnings
server/src/lib.rs#L51
error[E0433]: failed to resolve: could not find `SentryHttpLayer` in `sentry_tower`
--> server/src/routing/mod.rs:51:30
|
51 | .layer(sentry_tower::SentryHttpLayer::new())
| ^^^^^^^^^^^^^^^
| |
| could not find `SentryHttpLayer` in `sentry_tower`
| help: a struct with a similar name exists: `SentryLayer`
|
|
|
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
|
|
The logs for this run have expired and are no longer available.
Loading