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 tabled to 0.16.0 #6379

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

Conversation

oxide-renovate[bot]
Copy link
Contributor

@oxide-renovate oxide-renovate bot commented Aug 17, 2024

This PR contains the following updates:

Package Type Update Change
tabled workspace.dependencies minor 0.15.0 -> 0.16.0

Release Notes

zhiburt/tabled (tabled)

v0.16.0

Added
  • Added #[tabled(crate = "")] attribute.
  • Added #[tabled(format = "", format(""))] attribute.
  • Support for expressions in #[tabled(display_with(""))]
  • Added tupple combinations of settings, just as Settings does.
  • Added PriorityRight and PriorityLeft priorities.
  • Created back Layout/Reverse/MarginColor/PaddingColor.
  • Added custom template setting in ExtendedTable (by @​brianheineman)

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 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 has been generated by Renovate Bot.

@oxide-renovate oxide-renovate bot added the dependencies Pull requests that update a dependency file label Aug 17, 2024
@oxide-renovate
Copy link
Contributor Author

oxide-renovate bot commented Aug 17, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts 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 Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `unicode-width`.
    ... required by package `update-engine v0.1.0 (/tmp/renovate/repos/github/oxidecomputer/omicron/update-engine)`
    ... which satisfies path dependency `update-engine` (locked to 0.1.0) of package `omicron-omdb v0.1.0 (/tmp/renovate/repos/github/oxidecomputer/omicron/dev-tools/omdb)`
versions that meet the requirements `^0.1.13` are: 0.1.13, 0.1.14

all possible versions conflict with previously selected packages.

  previously selected package `unicode-width v0.1.11`
    ... which satisfies dependency `unicode-width = "=0.1.11"` of package `papergrid v0.12.0`
    ... which satisfies dependency `papergrid = "^0.12"` of package `tabled v0.16.0`
    ... which satisfies dependency `tabled = "^0.16.0"` of package `omicron-omdb v0.1.0 (/tmp/renovate/repos/github/oxidecomputer/omicron/dev-tools/omdb)`

failed to select a version for `unicode-width` which could resolve this conflict

File name: Cargo.toml
Command failed: tools/renovate-post-upgrade.sh
++ mktemp -d
+ cd /tmp/tmp.7XUBT7gCCA
+ base_url=https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-
++ uname -s
+ os=Linux
+ '[' Linux == Darwin ']'
+ '[' Linux == Linux ']'
++ uname -m
+ machine=x86_64
+ '[' x86_64 == armv7l ']'
+ target=x86_64-unknown-linux-musl
+ '[' x86_64 == armv7 ']'
+ url=https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-unknown-linux-musl.tgz
+ curl -L --proto =https --tlsv1.2 -sSf https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-unknown-linux-musl.tgz
+ tar -xvzf -
+ ./cargo-binstall -y --force cargo-binstall
+ CARGO_HOME=/home/ubuntu/.cargo
+ [[ :/home/ubuntu/.local/bin:/home/ubuntu/bin:/home/ubuntu/.local/bin:/home/ubuntu/bin:/home/ubuntu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin: == *\:\/\h\o\m\e\/\u\b\u\n\t\u\/\.\c\a\r\g\o\/\b\i\n\:* ]]
+ '[' -n '' ']'
+ echo
+ printf '\033[0;31mYour path is missing %s, you might want to add it.\033[0m\n' /home/ubuntu/.cargo/bin
+ echo
Error: 
   0: �[91mbuilding package graph failed�[0m
   1: �[91m`cargo metadata` execution failed�[0m
   2: �[91m`cargo metadata` exited with an error:     Updating crates.io index
      error: failed to select a version for `unicode-width`.
          ... required by package `update-engine v0.1.0 (/tmp/renovate/repos/github/oxidecomputer/omicron/update-engine)`
          ... which satisfies path dependency `update-engine` (locked to 0.1.0) of package `omicron-omdb v0.1.0 (/tmp/renovate/repos/github/oxidecomputer/omicron/dev-tools/omdb)`
      versions that meet the requirements `^0.1.13` are: 0.1.13, 0.1.14

      all possible versions conflict with previously selected packages.

        previously selected package `unicode-width v0.1.11`
          ... which satisfies dependency `unicode-width = "=0.1.11"` of package `papergrid v0.12.0`
          ... which satisfies dependency `papergrid = "^0.12"` of package `tabled v0.16.0`
          ... which satisfies dependency `tabled = "^0.16.0"` of package `omicron-omdb v0.1.0 (/tmp/renovate/repos/github/oxidecomputer/omicron/dev-tools/omdb)`

      failed to select a version for `unicode-width` which could resolve this conflict
   2: �[0m

Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.

@oxide-renovate oxide-renovate bot force-pushed the renovate/tabled-0.x branch 2 times, most recently from ae24fa5 to 5b35a9e Compare August 21, 2024 05:44
@oxide-renovate oxide-renovate bot force-pushed the renovate/tabled-0.x branch 4 times, most recently from f08d5af to d05a1c7 Compare August 30, 2024 03:16
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants