Skip to content

Commit d9c75bd

Browse files
chore(deps): Bump crossterm from 0.26.1 to 0.27.0 (vectordotdev#18168)
* chore(deps): Bump crossterm from 0.26.1 to 0.27.0 Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.26.1 to 0.27.0. - [Release notes](https://github.com/crossterm-rs/crossterm/releases) - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md) - [Commits](crossterm-rs/crossterm@0.26.1...0.27.0) --- updated-dependencies: - dependency-name: crossterm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Enable windows feature Signed-off-by: Jesse Szwedko <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jesse Szwedko <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesse Szwedko <[email protected]>
1 parent c1ed017 commit d9c75bd

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

Cargo.lock

+3-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ async-graphql-warp = { version = "6.0.0", default-features = false, optional = t
229229
itertools = { version = "0.11.0", default-features = false }
230230

231231
# API client
232-
crossterm = { version = "0.26.1", default-features = false, features = ["event-stream"], optional = true }
232+
crossterm = { version = "0.27.0", default-features = false, features = ["event-stream", "windows"], optional = true }
233233
num-format = { version = "0.4.4", default-features = false, features = ["with-num-bigint"], optional = true }
234234
number_prefix = { version = "0.4.0", default-features = false, features = ["std"], optional = true }
235235
ratatui = { version = "0.23.0", optional = true, default-features = false, features = ["crossterm"] }

0 commit comments

Comments
 (0)