Skip to content

Commit b5afe70

Browse files
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] <support@github.com>
1 parent cbf28b1 commit b5afe70

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

Cargo.lock

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

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dashmap = "6.0.1"
3434
deno_ast = { version = "0.41.2", features = ["transpiling"], optional = true }
3535
deno_core = { version = "0.307.0", optional = true }
3636
deno_runtime = { version = "0.177.0", optional = true }
37-
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
37+
dialoguer = { version = "0.12.0", features = ["fuzzy-select"] }
3838
env_logger = "0.11.6"
3939
futures = "^0.3"
4040
git2 = { version = "0.19.0", default-features = false }

0 commit comments

Comments
 (0)