Closed as not planned
Description
We would like some way for a crate to depend on libservo and inherit (in some fashion) the pinned dependencies. Currently libraries have their Cargo.locks ignored, which is the correct behavior, but there are special cases where this doesn't work, and Servo's dependence on pinned versions of nightly Rust are one of these cases.
At the Mozilla All Hands this was discussed and a cargo update --lockfile
was proposed.