chore(deps): bump dialoguer from 0.11.0 to 0.12.0 in /src-tauri#10
chore(deps): bump dialoguer from 0.11.0 to 0.12.0 in /src-tauri#10dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [dialoguer](https://github.com/console-rs/dialoguer) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/console-rs/dialoguer/releases) - [Changelog](https://github.com/console-rs/dialoguer/blob/main/CHANGELOG-OLD.md) - [Commits](console-rs/dialoguer@v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: dialoguer dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis PR bumps
Confidence Score: 5/5Safe to merge — the bump is additive and the one call-site in setup.rs uses only stable, unchanged APIs. The dialoguer API used in this codebase (Select/Input with .items(), .default(), .interact()) is unchanged in 0.12.0. The "items by iterator" change is backward-compatible with slices, and the thiserror-to-manual-impl refactor is purely internal. Transitive dependency updates (console, windows-sys) are straightforward version bumps with no surface-area impact on this project. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[dialoguer 0.11.0] -->|bump| B[dialoguer 0.12.0]
B --> C[console 0.16.3]
B --> D[shell-words]
B --> E[tempfile]
B --> F[zeroize]
C --> G[windows-sys 0.61.2]
C --> H[encode_unicode]
C --> I[libc / unicode-width]
J[thiserror — removed] -.->|was dep of 0.11.0| A
K[once_cell — removed] -.->|was dep of console 0.15| A
Reviews (1): Last reviewed commit: "chore(deps): bump dialoguer from 0.11.0 ..." | Re-trigger Greptile |
|
Looks like dialoguer is up-to-date now, so this is no longer needed. |
Bumps dialoguer from 0.11.0 to 0.12.0.
Release notes
Sourced from dialoguer's releases.
Changelog
Sourced from dialoguer's changelog.
Commits
731c70bAudit dependencies2a88be1Check for external typesd4271eaCheck semver compatibility11c990dCheck for documentation errors39d2480Add Dependabot config31b2e25Upgrade to actions/checkout v58ebd9e5Focus CI testing on stable Rustd4a002dUse default targets on respective operating systems3e3cc03Reduce number of targets tested in CIfcb8a0dEnable basic caching in CIDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)