diff options
| author | Arlo Siemsen <arsiem@microsoft.com> | 2023-06-02 11:40:36 -0500 |
|---|---|---|
| committer | Arlo Siemsen <arsiem@microsoft.com> | 2023-06-02 12:34:01 -0500 |
| commit | 4d9b476bb1f63fa25ca9bb7f85b536352c744570 (patch) | |
| tree | f23665053b5c95cba9e1c2751de6ed8015d6892a /src/tools/tidy | |
| parent | 0939ec13d88dfafcbb7f25314bd0d2f1519bf0d5 (diff) | |
| download | rust-4d9b476bb1f63fa25ca9bb7f85b536352c744570.tar.gz rust-4d9b476bb1f63fa25ca9bb7f85b536352c744570.zip | |
Update dependencies with reported vulnerabilities
bumpalo 3.12.1 (yanked) * updated to 3.13.0 tokio 1.8.4 - https://rustsec.org/advisories/RUSTSEC-2023-0001 * updated to 1.28.2 remove_dir_all 0.5.3 - https://rustsec.org/advisories/RUSTSEC-2023-0018 * removed by using the standard library function in `rust-installer` instead and updating to `tempfile@3.5.0` (which also removes the dependency).
Diffstat (limited to 'src/tools/tidy')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index db2b7910b71..3dbf2884ed1 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -168,12 +168,14 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[ "instant", "intl-memoizer", "intl_pluralrules", + "io-lifetimes", "itertools", "itoa", "jobserver", "lazy_static", "libc", "libloading", + "linux-raw-sys", "litemap", "lock_api", "log", @@ -211,12 +213,12 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[ "regex", "regex-automata", "regex-syntax", - "remove_dir_all", "rustc-demangle", "rustc-hash", "rustc-rayon", "rustc-rayon-core", "rustc_version", + "rustix", "ruzstd", // via object in thorin-dwp "ryu", "scoped-tls", @@ -280,6 +282,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[ "winapi-util", "winapi-x86_64-pc-windows-gnu", "windows", + "windows-sys", "windows-targets", "windows_aarch64_gnullvm", "windows_aarch64_msvc", |
