fn rust_version_incompat_error(
    dep: &str,
    rust_version: &RustVersion,
    lowest_rust_version: Option<&Summary>
) -> Error