Task #94813 - added.err

back to task #94813
download
Error: CLIPPY_WARNING:
crates/lib/src/bootc_composefs/update.rs:219:14: warning: writing `&String` instead of `&str` involves a new object where a slice will do
#      |
#  219 |     depl_id: &String,
#      |              ^^^^^^^ help: change this to: `&str`
#      |
#      = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#ptr_arg