From b88478d8d215d85268a246eca26fa205cc3f5f50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 15:19:25 +0000 Subject: [PATCH] cargo: bump crossterm from 0.25.0 to 0.26.0 Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.25.0 to 0.26.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.25...0.26) --- updated-dependencies: - dependency-name: crossterm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72347c9b1..42d952d84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -426,9 +426,9 @@ dependencies = [ [[package]] name = "crossterm" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67" +checksum = "77f67c7faacd4db07a939f55d66a983a5355358a1f17d32cc9a8d01d1266b9ce" dependencies = [ "bitflags", "crossterm_winapi", diff --git a/Cargo.toml b/Cargo.toml index 395ded067..38ce4feaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ clap = { version = "4.0.32", features = ["derive", "deprecated"] } clap_complete = "4.0.7" clap_mangen = "0.2.6" config = { version = "0.13.3", default-features = false, features = ["toml"] } -crossterm = { version = "0.25", default-features = false } +crossterm = { version = "0.26", default-features = false } dirs = "4.0.0" git2 = "0.16.1" esl01-renderdag = "0.3.0"