Skip to content

Commit cd480fc

Browse files
dependabot[bot]MitMaro
authored andcommitted
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](crossterm-rs/crossterm@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] <[email protected]>
1 parent 8b25e2b commit cd480fc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/display/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ readme = "README.md"
1515
name = "display"
1616

1717
[dependencies]
18-
crossterm = "0.25.0"
18+
crossterm = "0.26.1"
1919
thiserror = "1.0.38"
2020
girt-config = {version = "2.2.0", path = "../config"}
2121

src/input/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ anyhow = "1.0"
1919
bitflags = "1.3.2"
2020
captur = "0.1.0"
2121
crossbeam-channel = "0.5.8"
22-
crossterm = "0.25.0"
22+
crossterm = "0.26.1"
2323
parking_lot = "0.12.1"
2424
girt-config = {version = "2.2.0", path = "../config"}
2525
girt-runtime = {version = "0.1.0", path = "../runtime"}

0 commit comments

Comments
 (0)