Skip to content

Update module github.com/sirupsen/logrus to v1.9.3 #49

Update module github.com/sirupsen/logrus to v1.9.3

Update module github.com/sirupsen/logrus to v1.9.3 #49

Triggered via pull request December 11, 2024 02:56
Status Success
Total duration 16s
Artifacts

audit.yml

on: pull_request
security_audit
9s
security_audit
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
unexpected `cfg` condition value: `cbindgen`: src/oprf.rs#L532
error: unexpected `cfg` condition value: `cbindgen` --> src/oprf.rs:532:16 | 532 | #[cfg_attr(not(feature = "cbindgen"), repr(C))] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `base64`, `default`, `serde`, `serde_base64`, and `std` = help: consider adding `cbindgen` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `cbindgen`: src/oprf.rs#L499
error: unexpected `cfg` condition value: `cbindgen` --> src/oprf.rs:499:16 | 499 | #[cfg_attr(not(feature = "cbindgen"), repr(C))] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `base64`, `default`, `serde`, `serde_base64`, and `std` = help: consider adding `cbindgen` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `cbindgen`: src/oprf.rs#L426
error: unexpected `cfg` condition value: `cbindgen` --> src/oprf.rs:426:16 | 426 | #[cfg_attr(not(feature = "cbindgen"), repr(C))] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `base64`, `default`, `serde`, `serde_base64`, and `std` = help: consider adding `cbindgen` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `cbindgen`: src/oprf.rs#L387
error: unexpected `cfg` condition value: `cbindgen` --> src/oprf.rs:387:16 | 387 | #[cfg_attr(not(feature = "cbindgen"), repr(C))] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `base64`, `default`, `serde`, `serde_base64`, and `std` = help: consider adding `cbindgen` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `cbindgen`: src/oprf.rs#L295
error: unexpected `cfg` condition value: `cbindgen` --> src/oprf.rs:295:16 | 295 | #[cfg_attr(not(feature = "cbindgen"), repr(C))] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `base64`, `default`, `serde`, `serde_base64`, and `std` = help: consider adding `cbindgen` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `cbindgen`: src/oprf.rs#L255
error: unexpected `cfg` condition value: `cbindgen` --> src/oprf.rs:255:16 | 255 | #[cfg_attr(not(feature = "cbindgen"), repr(C))] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `base64`, `default`, `serde`, `serde_base64`, and `std` = help: consider adding `cbindgen` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `cbindgen`: src/oprf.rs#L217
error: unexpected `cfg` condition value: `cbindgen` --> src/oprf.rs:217:16 | 217 | #[cfg_attr(not(feature = "cbindgen"), repr(C))] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `base64`, `default`, `serde`, `serde_base64`, and `std` = help: consider adding `cbindgen` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `cbindgen`: src/oprf.rs#L93
error: unexpected `cfg` condition value: `cbindgen` --> src/oprf.rs:93:16 | 93 | #[cfg_attr(not(feature = "cbindgen"), repr(C))] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `base64`, `default`, `serde`, `serde_base64`, and `std` = help: consider adding `cbindgen` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
unexpected `cfg` condition value: `cbindgen`: src/oprf.rs#L37
error: unexpected `cfg` condition value: `cbindgen` --> src/oprf.rs:37:16 | 37 | #[cfg_attr(not(feature = "cbindgen"), repr(C))] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `alloc`, `base64`, `default`, `serde`, `serde_base64`, and `std` = help: consider adding `cbindgen` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration = note: `-D unexpected-cfgs` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unexpected_cfgs)]`
security_audit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636