mirror of
https://github.com/figsoda/mmtc
synced 2024-11-10 18:24:13 +00:00
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] <support@github.com>
This commit is contained in:
parent
3b0b5ad901
commit
056c3c5535
2 changed files with 19 additions and 3 deletions
20
Cargo.lock
generated
20
Cargo.lock
generated
|
@ -226,6 +226,22 @@ dependencies = [
|
|||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "crossterm"
|
||||
version = "0.26.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "77f67c7faacd4db07a939f55d66a983a5355358a1f17d32cc9a8d01d1266b9ce"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"crossterm_winapi",
|
||||
"libc",
|
||||
"mio",
|
||||
"parking_lot",
|
||||
"signal-hook",
|
||||
"signal-hook-mio",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "crossterm_winapi"
|
||||
version = "0.9.0"
|
||||
|
@ -445,7 +461,7 @@ dependencies = [
|
|||
"clap_complete",
|
||||
"clap_mangen",
|
||||
"crossbeam-queue",
|
||||
"crossterm",
|
||||
"crossterm 0.26.0",
|
||||
"dirs",
|
||||
"expand",
|
||||
"futures-lite",
|
||||
|
@ -753,7 +769,7 @@ checksum = "ccdd26cbd674007e649a272da4475fb666d3aa0ad0531da7136db6fab0e5bad1"
|
|||
dependencies = [
|
||||
"bitflags",
|
||||
"cassowary",
|
||||
"crossterm",
|
||||
"crossterm 0.25.0",
|
||||
"serde",
|
||||
"unicode-segmentation",
|
||||
"unicode-width",
|
||||
|
|
|
@ -16,7 +16,7 @@ anyhow = "1.0.68"
|
|||
async-io = "1.12.0"
|
||||
async-net = "1.7.0"
|
||||
crossbeam-queue = "0.3.8"
|
||||
crossterm = "0.25.0"
|
||||
crossterm = "0.26.0"
|
||||
dirs = "4.0.0"
|
||||
expand = "0.2.1"
|
||||
futures-lite = "1.12.0"
|
||||
|
|
Loading…
Reference in a new issue