mirror of
https://github.com/figsoda/mmtc
synced 2024-11-10 10:14:13 +00:00
Bump crossterm from 0.21.0 to 0.22.1
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.21.0 to 0.22.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/commits) --- 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
7025b876fd
commit
d41a2b0f84
2 changed files with 15 additions and 6 deletions
19
Cargo.lock
generated
19
Cargo.lock
generated
|
@ -204,7 +204,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "c0ebde6a9dd5e331cd6c6f48253254d117642c31653baa475e394657c59c1f7d"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"crossterm_winapi",
|
||||
"crossterm_winapi 0.8.0",
|
||||
"libc",
|
||||
"mio",
|
||||
"parking_lot",
|
||||
|
@ -215,12 +215,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "crossterm"
|
||||
version = "0.21.0"
|
||||
version = "0.22.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "486d44227f71a1ef39554c0dc47e44b9f4139927c75043312690c3f476d1d788"
|
||||
checksum = "c85525306c4291d1b73ce93c8acf9c339f9b213aef6c1d85c3830cbf1c16325c"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"crossterm_winapi",
|
||||
"crossterm_winapi 0.9.0",
|
||||
"libc",
|
||||
"mio",
|
||||
"parking_lot",
|
||||
|
@ -238,6 +238,15 @@ dependencies = [
|
|||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "crossterm_winapi"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c"
|
||||
dependencies = [
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dirs"
|
||||
version = "4.0.0"
|
||||
|
@ -433,7 +442,7 @@ dependencies = [
|
|||
"clap",
|
||||
"clap_generate",
|
||||
"crossbeam-queue",
|
||||
"crossterm 0.21.0",
|
||||
"crossterm 0.22.1",
|
||||
"dirs",
|
||||
"expand",
|
||||
"futures-lite",
|
||||
|
|
|
@ -17,7 +17,7 @@ async-io = "1.6.0"
|
|||
async-net = "1.6.1"
|
||||
clap = "3.0.0-beta.5"
|
||||
crossbeam-queue = "0.3.2"
|
||||
crossterm = "0.21.0"
|
||||
crossterm = "0.22.1"
|
||||
dirs = "4.0.0"
|
||||
expand = "0.2.0"
|
||||
futures-lite = "1.12.0"
|
||||
|
|
Loading…
Reference in a new issue