fix: pin transitive deps for Rust 1.85 MSRV compatibility #22
Reference in New Issue
Block a user
Delete Branch "fix/pin-rcgen-0.14.7-for-1.85-msrv"
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?
rcgen 0.14.8, time 0.3.53, icu_* 2.2.0, and idna_adapter 1.2.2 all bumped MSRV past 1.85 (to 1.86 or 1.88). These are transitive deps via dimpl -> str0m 0.21 -> rutster-media (rcgen/time) and via url -> idna -> icu_* (url/icu chain). Pinned Cargo.lock to last 1.85-compatible versions. Tested on both 1.85 + stable: all green. Squash-merge.