mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-25 23:50:01 +00:00
[PR #1958] chore(rust): Update crate dependencies for Fedora compatibility #2759
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/1958
State: closed
Merged: Yes
Summary
Updates outdated Rust dependencies to ensure compatibility with system-packaged crates on Linux distributions (especially Fedora) that use newer versions than what's pinned in Cargo.toml.
Updates included:
For derive_more 2.x, the crate now requires explicit feature flags:
Related Issues
Part of the ongoing work for issue #1954 (Fedora build failures).
Depends on #1957 (palette crate update) being merged first.
🤖 Generated with Claude Code