package/rust-bindgen: security bump version to 0.72.0
Changelog, since version 0.65.1:
https://github.com/rust-lang/rust-bindgen/blob/v0.72.0/CHANGELOG.md#0720-2025-06-08
The package updated some of its dependencies to fix
security issues:
Version 0.70.0 updates "tempfile" and "rustix" to fix:
https://github.com/advisories/GHSA-c827-hfw6-qwvm
https://www.cve.org/CVERecord?id=CVE-2024-43806
Version 0.69.3 updates shlex to fix:
https://rustsec.org/advisories/RUSTSEC-2024-0006.html
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
[Julien:
- use version tag for change log url
- mark the update as security related
- add link to fixed rustix CVE
]
Signed-off-by: Julien Olivain <ju.o@free.fr>