fix(deps): update sentry-rust monorepo to 0.41.0 #966
CI.yaml
on: pull_request
`cargo deny`
22s
Report Missing Dependencies
18s
Clippy
35s
Matrix: rust
Annotations
9 errors
Clippy
{
"rendered": "For more information about this error, try `rustc --explain E0277`.\n",
"$message_type": "diagnostic",
"children": [],
"code": null,
"level": "failure-note",
"message": "For more information about this error, try `rustc --explain E0277`.",
"spans": []
}
|
Clippy
Received a internal compiler error OR an unknown message type, view this in debug mode to view the payload
|
the trait bound `sentry::sentry_types::Dsn: azalia::azalia_config::env::FromEnvValue` is not satisfied:
src/lib.rs#L67
error[E0277]: the trait bound `sentry::sentry_types::Dsn: azalia::azalia_config::env::FromEnvValue` is not satisfied
--> src/config.rs:67:25
|
67 | sentry_dsn: env::try_parse_optional::<_, sentry::types::Dsn>(SENTRY_DSN)?,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `azalia::azalia_config::env::FromEnvValue` is not implemented for `sentry::sentry_types::Dsn`
|
= help: the trait `azalia::azalia_config::env::FromEnvValue` is implemented for `std::string::String`
= note: required for `sentry::sentry_types::Dsn` to implement `azalia::azalia_config::env::TryFromEnvValue`
|
the trait bound `sentry::sentry_types::Dsn: azalia::azalia_config::env::TryFromEnvValue` is not satisfied:
src/lib.rs#L67
error[E0277]: the trait bound `sentry::sentry_types::Dsn: azalia::azalia_config::env::TryFromEnvValue` is not satisfied
--> src/config.rs:67:54
|
67 | sentry_dsn: env::try_parse_optional::<_, sentry::types::Dsn>(SENTRY_DSN)?,
| ^^^^^^^^^^^^^^^^^^ the trait `azalia::azalia_config::env::FromEnvValue` is not implemented for `sentry::sentry_types::Dsn`
|
= help: the trait `azalia::azalia_config::env::FromEnvValue` is implemented for `std::string::String`
= note: required for `sentry::sentry_types::Dsn` to implement `azalia::azalia_config::env::TryFromEnvValue`
note: required by a bound in `azalia::azalia_config::env::try_parse_optional`
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/azalia-config-0.1.8/src/env.rs:322:47
|
322 | pub fn try_parse_optional<K: Into<String>, V: TryFromEnvValue>(key: K) -> Result<Option<V>, TryParseError<V::Error>> {
| ^^^^^^^^^^^^^^^ required by this bound in `try_parse_optional`
|
Rust / Linux (x64)
Process completed with exit code 101.
|
Rust / Windows (x64)
The operation was canceled.
|
Rust / Windows (x64)
The strategy configuration was canceled because "rust.ubuntu-24_04" failed
|
Rust / macOS (x64)
The operation was canceled.
|
Rust / macOS (x64)
The strategy configuration was canceled because "rust.ubuntu-24_04" failed
|