Skip to content

cargo: update bindgen to the current version

Peter Hutterer requested to merge whot/udev-hid-bpf:wip/cargo-update into main

Fixes: warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2

bindgen is our package that (through cexpr) pulls in nom. Updating bindgen pulls in a newer nom which fixes that issue.

Merge request reports