Auto merge of #129624 - tgross35:cargo-update, r=Mark-Simulacrum

Run `cargo update` in the project root

try-job: x86_64-msvc
This commit is contained in:
bors 2024-09-26 20:21:46 +00:00
commit 2bd1e894ef
2 changed files with 252 additions and 212 deletions

File diff suppressed because it is too large Load Diff

View File

@ -242,7 +242,7 @@ const PERMITTED_DEPS_LOCATION: &str = concat!(file!(), ":", line!());
/// rustc. Please check with the compiler team before adding an entry.
const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
// tidy-alphabetical-start
"adler",
"adler2",
"ahash",
"aho-corasick",
"allocator-api2", // FIXME: only appears in Cargo.lock due to https://github.com/rust-lang/cargo/issues/10801