Skip to content

Commit

Permalink
chore: Bump crossterm from 0.26.1 to 0.27.0 (#212)
Browse files Browse the repository at this point in the history
Bumps crossterm from 0.26.1 to 0.27.0.

Release notes
Sourced from crossterm's releases.

0.27.0
Version 0.27
Added ⭐

Add NO_COLOR support (https://no-color.org/)
Add option to force overwrite NO_COLOR (#802)
Add support for scroll left/right events on windows and unix systems (#788).
Add window_size function to fetch pixel width/height of screen for more sophisticated rendering in terminals.
Add support for deserializing hex color strings to `Color`` e.g #fffff.

Changes

Make the events module an optional feature events (to make crossterm more lightweight) (#776)

Breaking ⚠️

Set minimum rustc version to 1.58 (#798)
Change all error types to std::io::Result (#765)

@​Gronis, @​kevin-vigor, @​Wilfred, @​benjajaja, @​blt-r, @​Piturnah, @​kdheepak, @​DeathVenom54, @​senekor, @​joseluis, @​gibbz00, @​lesleyrs, @​jhartzell42



Changelog
Sourced from crossterm's changelog.

Version 0.27
Added ⭐

Add NO_COLOR support (https://no-color.org/)
Add option to force overwrite NO_COLOR (#802)
Add support for scroll left/right events on windows and unix systems (#788).
Add window_size function to fetch pixel width/height of screen for more sophisticated rendering in terminals.
Add support for deserializing hex color strings to `Color`` e.g #fffff.

Changes

Make the events module an optional feature events (to make crossterm more lightweight) (#776)

Breaking ⚠️

Set minimum rustc version to 1.58 (#798)
Change all error types to std::io::Result (#765)




Commits

9a6d740 0.27.0
9fb2e0d Update dependencies (#809)
8e25400 Fix format (#808)
e4ffda6 Update CHANGELOG.md
f3c0754 Add style::force_color_output() API to override NO_COLOR. (#802)
00f7d06 [testing] serial testing perserving terminal (#791)
55739aa Add support for scrolling left and right. (#788)
db443b0 Specify and document MSRV for 0.26 (#798)
10c54b0 Add window_size() for unix (#790)
ff01914 Parse hex colour codes in serde::de::Deserialize (#801)
Additional commits viewable in compare view




Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Loading branch information
dependabot[bot] committed Nov 3, 2023
1 parent 1e8f082 commit a2f3dc4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fatigue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "Apache-2.0"
[dependencies]
clap = { version = "4.1.9", features = ["derive"] }
console = "0.15.7"
crossterm = "0.26.1"
crossterm = "0.27.0"
figment = { version = "0.10.12", features = ["env", "yaml"] }
humantime = "2.1.0"
itertools = "0.11.0"
Expand Down

0 comments on commit a2f3dc4

Please sign in to comment.