-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #11796 - epage:deps, r=weihanglo
chore: Update base64 This removes one of cargo's duplicate dependencies as found by #11761. `base64` is a bit of a controversial crate right now. It is going through large API changes, making it not as ergonomic for basic cases, which has ticked off a number of people. I kept it for now because its elsewhere in our dependency tree. Byron already updated `prodash` to use the latest `parking_lot` Remaining duplicates - `hex` is blocked on `crypto-hash` which seems to no longer be maintained - `hashbrown` is blocked on `indexmap` (updated in master) and `imara-diff` - `humantime`, `env_logger`, `hermit-abi` are present from the optional `pretty_env_logger` dependency (why are we using optional deps? #6348) - `windows-sys` is held back by `schannel`, `tempfile`, and `mio`
- Loading branch information
Showing
2 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters