Skip to content

chore(deps): update rust crate dialoguer to 0.12.0#22

Open
renovate[bot] wants to merge 13 commits intomainfrom
renovate/dialoguer-0.x
Open

chore(deps): update rust crate dialoguer to 0.12.0#22
renovate[bot] wants to merge 13 commits intomainfrom
renovate/dialoguer-0.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Sep 1, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Type Update Change
dialoguer dependencies minor 0.11.0 -> 0.12.0

Release Notes

console-rs/dialoguer (dialoguer)

v0.12.0

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Amsterdam, 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.

DanielVoogsgerd and others added 13 commits April 6, 2025 22:16
xtasks allow us to write rust implementations for common tasks that
happen around the development of Brane. The advantages of writing these
tasks in rust itself, is that is does not pose any additional
dependencies besides the once that we already have.

Additionally, it provides us with the full power of the rust language we
in automating these common tasks

Inspired by: https://github.com/matklad/cargo-xtask

We start off with two subcommands: completions and manpage generation

This also allows us to remove the pesky completion binaries from the
brane-ctl and brane-cli workspace members.
Also restructure xtasks into different modules.
@renovate
Copy link
Author

renovate bot commented Sep 1, 2025

⚠️ 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 brane-cli/Cargo.toml --package dialoguer@0.11.0 --precise 0.12.0
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path brane-ctl/Cargo.toml --package dialoguer@0.11.0 --precise 0.12.0
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path brane-shr/Cargo.toml --package dialoguer@0.11.0 --precise 0.12.0
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path brane-tsk/Cargo.toml --package dialoguer@0.11.0 --precise 0.12.0
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants