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

Update Rust crate comfy-table to v7 #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2023

This PR contains the following updates:

Package Type Update Change
comfy-table dependencies major 6.2.0 -> 7.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

nukesor/comfy-table (comfy-table)

v7.1.1

Compare Source

v7.1.0

Compare Source

Added
  • Add helper methods (col,row)_count and is_empty. The first set of methods return the number of columns and rows
    respectively. The method is_empty returns if the table is empty (contains no data rows). Implemented by
    Techassi in #​119.
Chore
  • Bump crossterm dependency

v7.0.1

Compare Source

v7.0.0

Compare Source

Breaking
  • The Color and Attribute enum are no longer re-exported from crossterm by default.
    Previously, when updating comfy-table, crossterm needed to be upgraded as well, since the compile would otherwise fail due to type incompatibilities.

    To fix this, these enums are now mirrored and internally mapped to their crossterm equivalents, which allows us to safely bump crossterm whenever a new version is released.
    This change will only affect you if your projects explicitly use crossterm and comfy-table at the same time and feed crossterm's native types into comfy-table.

    If one wants the old behavior for convenience reasons, this can be enabled via a feature flag.
    However, this is also a opt-in to potential breaking changes on minor/patch versions.

  • Bump minimum version to v1.64

Added
  • reexport_crossterm feature flag to enable old crossterm re-export.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from mbround18 as a code owner October 15, 2023 22:19
@renovate renovate bot force-pushed the renovate/comfy-table-7.x branch 2 times, most recently from 75bb964 to bdfcdfc Compare May 1, 2024 15:35
Copy link
Contributor Author

renovate bot commented May 1, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path apps/oghma-admin/Cargo.toml --workspace
warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
    Updating crates.io index
error: failed to select a version for `reqwest`.
    ... required by package `oghma-admin v0.1.0 (/tmp/renovate/repos/github/dnd-apps/oghma-bot/apps/oghma-admin)`
versions that meet the requirements `^0.12.4` are: 0.12.4

the package `oghma-admin` depends on `reqwest`, with features: `serde_json` but `reqwest` does not have these features.
 It has an optional dependency with that name, but that dependency uses the "dep:" syntax in the features table, so it does not have an implicit feature with that name.


failed to select a version for `reqwest` which could resolve this conflict

@renovate renovate bot force-pushed the renovate/comfy-table-7.x branch from bdfcdfc to da1a2fd Compare May 1, 2024 22:15
@renovate renovate bot force-pushed the renovate/comfy-table-7.x branch from da1a2fd to 553fe85 Compare May 5, 2024 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants