Skip to content

Commit bf38684

Browse files
Bump crossterm from 0.27.0 to 0.28.1 (#102)
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.27.0 to 0.28.1. - [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) --- updated-dependencies: - dependency-name: crossterm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6422378 commit bf38684

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

Cargo.lock

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

crates/q_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ clap_complete = "4.4.0"
3535
clap_complete_fig = "4.4.0"
3636
color-eyre = "0.6.2"
3737
color-print = "0.3.5"
38-
crossterm = { version = "0.27.0", features = ["event-stream"] }
38+
crossterm = { version = "0.28.1", features = ["event-stream"] }
3939
ctrlc = "3.2.5"
4040
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
4141
eyre = "0.6.8"

0 commit comments

Comments
 (0)