about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-09-20 14:24:08 +0000
committerbors <bors@rust-lang.org>2023-09-20 14:24:08 +0000
commite3811a785e089294b58f6a22e447cc5c314d1070 (patch)
treebd654f4968b9b11d7e239f2126f52395d9c22cfd /compiler/rustc_codegen_llvm/src
parent78e74d959bdf251209d7534b41b717fb67216ed4 (diff)
parent4241f942b67407fd9fda0c393254277fd4f35fd3 (diff)
downloadrust-e3811a785e089294b58f6a22e447cc5c314d1070.tar.gz
rust-e3811a785e089294b58f6a22e447cc5c314d1070.zip
Auto merge of #115975 - mkroening:reduce-atty, r=davidtwco
dependencies: reduce the amount of crates pulling in atty

It would be nice to have only one `hermit-abi` in `Cargo.lock` (https://github.com/rust-lang/rust/pull/107405#issuecomment-1427116590).

The only crate pulling in the old `hermit-abi` version is `atty`, which is unmaintained.

This PR upgrades three dependencies, which then no longer depend on `atty`:
* `Cargo.lock`: `colored v2.0.0 -> v2.0.4`
* `Cargo.lock`: `tracing-tree v0.2.3 -> v0.2.4`
* Miri: `env_logger 0.9.3 -> 0.10.0`

The only dependency chain left that pulls in `hermit-abi 0.1.19` is:
`hermit-abi 0.1.19` -> `atty 0.2.14` -> `env_logger 0.7.1` -> `jsonpath_lib 0.2.6` -> `jsondocck 0.1.0` (src/tools/jsondocck)

Replacing jsondocck with jsondocckng is tracked in https://github.com/rust-lang/rust/issues/94140.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions