Skip to content

Commit 0832e33

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 4e7974b commit 0832e33

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
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"

crates/agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ clap = { workspace = true, features = ["derive"] }
3232
color-eyre = "0.6.5"
3333
color-print.workspace = true
3434
crossterm.workspace = true
35-
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
35+
dialoguer = { version = "0.12.0", features = ["fuzzy-select"] }
3636
dirs.workspace = true
3737
eyre.workspace = true
3838
fd-lock = "4.0.4"

0 commit comments

Comments
 (0)