Skip to content

Commit

Permalink
chore(deps): bump crossterm from 0.22.1 to 0.23.0 (#11216)
Browse files Browse the repository at this point in the history
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.22.1 to 0.23.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.23)

---
updated-dependencies:
- dependency-name: crossterm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 7, 2022
1 parent d7bcb24 commit 0ba0d97
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
26 changes: 21 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ async-graphql-warp = { version = "3.0.28", default-features = false, optional =
itertools = { version = "0.10.3", default-features = false, optional = true }

# API client
crossterm = { version = "0.22.1", default-features = false, features = ["event-stream"], optional = true }
crossterm = { version = "0.23.0", default-features = false, features = ["event-stream"], optional = true }
num-format = { version = "0.4.0", default-features = false, features = ["with-num-bigint"], optional = true }
number_prefix = { version = "0.4.0", default-features = false, features = ["std"], optional = true }
tui = { version = "0.17.0", optional = true, default-features = false, features = ["crossterm"] }
Expand Down

0 comments on commit 0ba0d97

Please sign in to comment.