CCExtractor / ccextractor

CCExtractor - Official version maintained by the core team
https://www.ccextractor.org
GNU General Public License v2.0
707 stars 422 forks source link

[PROPOSAL] Update Rust dependencies in Cargo.toml #1608

Open siliconwaffle opened 4 months ago

siliconwaffle commented 4 months ago

So while trying to package ccextractor(master branch) for Fedora, I ran into a couple issues while trying to build with mock. Mainly bindgen-0.64.0 and iconv dependencies not being available in the Fedora repositories. Iconv is missing entirely, so I will have to submit that package to Fedora first before I can submit ccextractor. Anyways, bindgen is available but only specific versions, can this version be bumped up to 0.69.4 (0.68.0 is also acceptable as it is available in Fedora repos) without breaking anything? I don't know if updating the dependencies will break anything, but it will be practically impossible to package and submit to Fedora without this dependency issue being resolved first.