chore(deps): Bump undici from 5.25.4 to 5.28.0 #285
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 warnings
variable does not need to be mutable:
tests/__fixtures__/unbased-codebase/src/main.rs#L4
warning: variable does not need to be mutable
--> src/main.rs:4:9
|
4 | let mut a = Box::new(1);
| ----^
| |
| help: remove this `mut`
|
= note: `#[warn(unused_mut)]` on by default
|
1 warning emitted
warning: 1 warning emitted
|