Skip to content

Commit d478368

Browse files
fix(deps): bump dialoguer from 0.11.0 to 0.12.0
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] <[email protected]>
1 parent b407929 commit d478368

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

Cargo.lock

Lines changed: 18 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ cookie = "0.18.1"
4747
criterion = "0.6.0"
4848
crossterm = { version = "0.28.1", features = ["event-stream", "events"] }
4949
ctrlc = "3.4.6"
50-
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
50+
dialoguer = { version = "0.12.0", features = ["fuzzy-select"] }
5151
dirs = "5.0.0"
5252
eyre = "0.6.8"
5353
fd-lock = "4.0.4"

0 commit comments

Comments
 (0)