Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump prettytable-rs from 0.8.0 to 0.10.0 #889

Merged
merged 3 commits into from
Jan 3, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2022

Bumps prettytable-rs from 0.8.0 to 0.10.0.

Release notes

Sourced from prettytable-rs's releases.

v0.10.0

Fixed

  • Fix panic due to incorrect ANSI escape handling #137
  • Fix display of empty tables #127

Changed

  • Remove the unsafe code in Table::as_ref #146
  • Switch atty to is-terminal #151
  • Minimal Supported Rust Version bumped to 1.56

Thanks

v0.9.0

This release has been updated with latest dependencies versions.

This crate has been abandonned without notice for quite a while due to some personnal reasons. My apologies for that. I'll try to do my best to continue to maintain it, at least for security updates. If I can't the find time to do it, I'll have no other option than deprecating it, or find new contributors to handover the maintenance to. Feel free to raise your hand if you're interrested. In the meantime, please expect a low update rate, and again please accept my apologies.

I'll do a pass on opened PRs after summer vacations.

Changelog

Sourced from prettytable-rs's changelog.

0.10.0 (2022-12-27)

Fixed

  • Fix panic due to incorrect ANSI escape handling (#137)
  • Fix display of empty tables (#127)

Changed

  • Remove the unsafe code in Table::as_ref (#146)
  • Switch atty to is-terminal (#151)
  • Minimal Supported Rust Version bumped to 1.56

Thanks

#127: phsym/prettytable-rs#127 #137: phsym/prettytable-rs#137 #145: phsym/prettytable-rs#145 #146: phsym/prettytable-rs#146 #151: phsym/prettytable-rs#151

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot requested a review from a team as a code owner December 30, 2022 17:51
@dependabot dependabot bot requested a review from maxrake December 30, 2022 17:51
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 30, 2022
@phylum-io
Copy link

phylum-io bot commented Dec 30, 2022

Phylum OSS Supply Chain Risk Analysis - INCOMPLETE

The analysis contains 4 package(s) Phylum has not yet processed,
preventing a complete risk analysis. Phylum is processing these
packages currently and should complete soon.
Please wait for up to 30 minutes, then re-run the analysis.

View this project in the Phylum UI

@kylewillmon
Copy link
Contributor

This PR might resolve both #496 and #725 ...

Copy link
Contributor

@maxrake maxrake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dep updates in this review appear to be good. At least, they remove some old packages and update others to more recent/secure versions. However, the prettytable-rs package upgrade appears to have broken some tests...likely due to API changes. Fixing this is beyond me and someone else on the team will need to assist or take this PR over to get the code updates in.

@cd-work
Copy link
Contributor

cd-work commented Jan 3, 2023

@maxrake Feel free to just assign me (or anyone else at random) next time. Just to avoid things getting stuck in Limbo when nobody feels responsible for it.

@cd-work cd-work self-assigned this Jan 3, 2023
@phylum-io
Copy link

phylum-io bot commented Jan 3, 2023

Phylum OSS Supply Chain Risk Analysis - SUCCESS

The Phylum risk analysis is complete and did not identify any issues.

View this project in the Phylum UI

@cd-work cd-work force-pushed the dependabot/cargo/prettytable-rs-0.10.0 branch from 2229806 to dd8a3fd Compare January 3, 2023 11:57
dependabot bot and others added 2 commits January 3, 2023 12:57
Bumps [prettytable-rs](https://github.com/phsym/prettytable-rs) from 0.8.0 to 0.10.0.
- [Release notes](https://github.com/phsym/prettytable-rs/releases)
- [Changelog](https://github.com/phsym/prettytable-rs/blob/master/CHANGELOG.md)
- [Commits](phsym/prettytable-rs@v0.8.0...v0.10.0)

---
updated-dependencies:
- dependency-name: prettytable-rs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@cd-work cd-work requested a review from maxrake January 3, 2023 12:39
@cd-work cd-work requested a review from maxrake January 3, 2023 14:59
@cd-work cd-work merged commit 280d33a into main Jan 3, 2023
@cd-work cd-work deleted the dependabot/cargo/prettytable-rs-0.10.0 branch January 3, 2023 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants