Skip to content

Commit 27f6ae8

Browse files
fix(deps): bump crossterm from 0.28.1 to 0.29.0
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.28.1 to 0.29.0. - [Release notes](https://github.com/crossterm-rs/crossterm/releases) - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossterm-rs/crossterm/commits/0.29) --- updated-dependencies: - dependency-name: crossterm dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 98dad52 commit 27f6ae8

File tree

2 files changed

+37
-5
lines changed

2 files changed

+37
-5
lines changed

Cargo.lock

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

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ color-eyre = "0.6.2"
5757
color-print = "0.3.5"
5858
convert_case = "0.8.0"
5959
cookie = "0.18.1"
60-
crossterm = { version = "0.28.1", features = ["event-stream", "events"] }
60+
crossterm = { version = "0.29.0", features = ["event-stream", "events"] }
6161
ctrlc = "3.4.6"
6262
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
6363
dirs = "5.0.0"

0 commit comments

Comments
 (0)