From c3442f3a18fb5c6a2d69ae63f6dede45376a6c20 Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Mon, 21 Aug 2023 23:56:16 +0000 Subject: build(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](https://github.com/crossterm-rs/crossterm/compare/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] --- helix-view/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-view/Cargo.toml') diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 1f6d8423..daaac59d 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -20,7 +20,7 @@ helix-core = { version = "0.6", path = "../helix-core" } helix-loader = { version = "0.6", path = "../helix-loader" } helix-lsp = { version = "0.6", path = "../helix-lsp" } helix-dap = { version = "0.6", path = "../helix-dap" } -crossterm = { version = "0.26", optional = true } +crossterm = { version = "0.27", optional = true } helix-vcs = { version = "0.6", path = "../helix-vcs" } # Conversion traits -- cgit v1.2.3-70-g09d2