mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
081b9469d8
Partially update `library/Cargo.lock` Run `cargo update` in library but exclude updates to `cc` and to `compiler_builtins`. Exclusions were done because `cc` seems to have some issues updating [1], and `compiler_builtins` needs to be updated on its own. Partially supersedes https://github.com/rust-lang/rust/pull/129538. [1]: https://github.com/rust-lang/rust/pull/130720 try-job: x86_64-msvc