lolishinshi / exloli

从 E 站抓取画(ben)廊(zi)并上传 telegraph 并转发至 telegram channel
MIT License
123 stars 18 forks source link

Bump color-backtrace from 0.2.3 to 0.3.0 #39

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps color-backtrace from 0.2.3 to 0.3.0.

Changelog *Sourced from [color-backtrace's changelog](https://github.com/athre0z/color-backtrace/blob/master/CHANGELOG.md).* > ## [v0.3.0] (2019-11-12) > > #### Added > - Custom `ColorScheme` support > - Forward backtrace-rs' `gimli-symbolize` feature, which is default enabled > - This is done by adding `default-features = false` to the `Cargo.toml` > dependency entry for `color-backtrace` > - Disabling it reduces transitive dependencies from ~50 → ~10 > - However, you'll pay for it with [inaccurate source info](https://github.com/athre0z/color-backtrace/blob/master/bt-bug) on macOS > and Linux > > #### Changed > - Replace `term` crate for colorful term printing with `termcolor` > - This crate is more actively maintained, has fewer deps and a better API > - This made adding color scheme support very easy > - `Settings::dim_function_hash_part` was replaced > - Hash part color is now controlled via `ColorScheme` > > #### Removed > - `Colorize`, `ColorizedStderrOutput`, `StreamOutput`, `PanicOutputStream` > - This functionality is now all provided by the `termcolor` crate > - `termcolor` is re-exported in the root of `color_backtrace` > - Lots of transitive dependencies!
Commits - [`fbcd17b`](https://github.com/athre0z/color-backtrace/commit/fbcd17b127771f3c2c385ddad8439c9470870d6b) Update CHANGELOG - [`2605aee`](https://github.com/athre0z/color-backtrace/commit/2605aee4cdf7c98365a632280afd2b6944165bb6) Document how to disable gimli - [`4a07f84`](https://github.com/athre0z/color-backtrace/commit/4a07f84a95c20c77a8cba553d6527407457af96b) Bump version to v0.3 - [`5bbf8d3`](https://github.com/athre0z/color-backtrace/commit/5bbf8d3218eb8bd27b60c1dade262acee46dc8a8) Update examples - [`518c473`](https://github.com/athre0z/color-backtrace/commit/518c4738b7011cf1a9f979ce016a53378ecb4f14) Kill TODOs and update CHANGELOG - [`46c8d07`](https://github.com/athre0z/color-backtrace/commit/46c8d0752a26ef60c2a829b62ff7473b5ee171b4) Restore support for dimmed hash - [`001181d`](https://github.com/athre0z/color-backtrace/commit/001181d2bd9315ef7988bb56647c8136f8698b40) Move colors to dedicated `ColorScheme` struct - [`acd247f`](https://github.com/athre0z/color-backtrace/commit/acd247ffa02d25678b3396c36a6f3c4c6cac146d) Initialize colors to match old scheme - [`c083044`](https://github.com/athre0z/color-backtrace/commit/c083044fab6207747d4c9b16cecb452e37745d91) Initial port from `term` → `termcolor` - [`e97fe03`](https://github.com/athre0z/color-backtrace/commit/e97fe03fd0e5be201b24355e804d63de1c9169f8) Forward "backtrace/gimli-symbolize" feature - See full diff in [compare view](https://github.com/athre0z/color-backtrace/compare/v0.2.3...v0.3.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Looks like color-backtrace is up-to-date now, so this is no longer needed.