diff options
author | dependabot[bot] | 2022-07-05 10:30:33 +0000 |
---|---|---|
committer | GitHub | 2022-07-05 10:30:33 +0000 |
commit | f3467399b7a454a6fc8f42a87f898e37a6c0abad (patch) | |
tree | d29eec6edee29e25edf6e1d6cb20164906f76c29 /helix-view | |
parent | ba255e3e3e550e1e3bac95e592e6c7df7746a4de (diff) |
build(deps): bump crossterm from 0.23.0 to 0.24.0 (#2968)
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.23.0 to 0.24.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/compare/0.23...0.24)
---
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>
Diffstat (limited to 'helix-view')
-rw-r--r-- | helix-view/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 6d0811ba..91921dd3 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -19,7 +19,7 @@ anyhow = "1" helix-core = { version = "0.6", path = "../helix-core" } helix-lsp = { version = "0.6", path = "../helix-lsp" } helix-dap = { version = "0.6", path = "../helix-dap" } -crossterm = { version = "0.23", optional = true } +crossterm = { version = "0.24", optional = true } # Conversion traits once_cell = "1.13" |