summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-15 20:33:07 +0000
committerTim Oram <dev@mitmaro.ca>2023-07-15 18:13:45 -0230
commitcd480fc11e81f16c872628e0d5d309f1790d923c (patch)
tree0280f78e455437ccaf5f1018d812d5a126f76feb
parent8b25e2b2f4356720d5bb6d7cd39866ba7a661bb3 (diff)
Bump crossterm from 0.25.0 to 0.26.1
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.25.0 to 0.26.1. - [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.1) --- updated-dependencies: - dependency-name: crossterm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--src/display/Cargo.toml2
-rw-r--r--src/input/Cargo.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index db746be..fca6ac9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -113,9 +113,9 @@ dependencies = [
[[package]]
name = "crossterm"
-version = "0.25.0"
+version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
+checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13"
dependencies = [
"bitflags",
"crossterm_winapi",
diff --git a/src/display/Cargo.toml b/src/display/Cargo.toml
index 68927ea..2b60782 100644
--- a/src/display/Cargo.toml
+++ b/src/display/Cargo.toml
@@ -15,7 +15,7 @@ readme = "README.md"
name = "display"
[dependencies]
-crossterm = "0.25.0"
+crossterm = "0.26.1"
thiserror = "1.0.38"
girt-config = {version = "2.2.0", path = "../config"}
diff --git a/src/input/Cargo.toml b/src/input/Cargo.toml
index 8efe42b..76075f0 100644
--- a/src/input/Cargo.toml
+++ b/src/input/Cargo.toml
@@ -19,7 +19,7 @@ anyhow = "1.0"
bitflags = "1.3.2"
captur = "0.1.0"
crossbeam-channel = "0.5.8"
-crossterm = "0.25.0"
+crossterm = "0.26.1"
parking_lot = "0.12.1"
girt-config = {version = "2.2.0", path = "../config"}
girt-runtime = {version = "0.1.0", path = "../runtime"}