Skip to content

build(deps): bump the crates group across 1 directory with 9 updates

2b58c45
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

build(deps): bump the crates group across 1 directory with 9 updates #191

build(deps): bump the crates group across 1 directory with 9 updates
2b58c45
Select commit
Loading
Failed to load commit list.
GitHub Actions / rustfmt-check failed Mar 14, 2026 in 0s

rustfmt-check

1 file, 2 counts

Details

Results

Format checked Amount
Files 1
Count 2

Versions

  • rustc 1.96.0-nightly (1d8897a4e 2026-03-13)

  • cargo 1.96.0-nightly (cbb9bb8bd 2026-03-13)

  • rustfmt 1.9.0-nightly (1d8897a4e8 2026-03-13)

Annotations

Check warning on line 56 in /home/runner/work/Wild_KSU/Wild_KSU/userspace/ksud/src/feature.rs

See this annotation in the file changed.

@github-actions github-actions / rustfmt-check

rustfmt check

Diff in /home/runner/work/Wild_KSU/Wild_KSU/userspace/ksud/src/feature.rs:56:
```diff
-             Self::AvcSpoof => {
-                 "AVC Spoof - fix selinux context leak due to avc denial"
-             }
+             Self::AvcSpoof => "AVC Spoof - fix selinux context leak due to avc denial",
```

Check warning on line 1 in /home/runner/work/Wild_KSU/Wild_KSU/userspace/ksud/src/feature.rs

See this annotation in the file changed.

@github-actions github-actions / rustfmt-check

rustfmt check

Diff in /home/runner/work/Wild_KSU/Wild_KSU/userspace/ksud/src/feature.rs:1:
```diff


```