mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
Bump crossterm from 0.18.0 to 0.18.1
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.18.0 to 0.18.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) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
321735a833
commit
7596422da4
1 changed files with 5 additions and 5 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -321,9 +321,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "crossterm"
|
||||
version = "0.18.0"
|
||||
version = "0.18.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c2fcdc3c9cf8ee446222e8ee8691a6d21b563b8fe1a64b1873080db7b5b23cf0"
|
||||
checksum = "cef9149b29071d44c9fb98fd9c27fcf74405bbdb761889ad6a03f36be93b0b15"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"crossterm_winapi",
|
||||
|
|
@ -338,9 +338,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "crossterm_winapi"
|
||||
version = "0.6.1"
|
||||
version = "0.6.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "057b7146d02fb50175fd7dbe5158f6097f33d02831f43b4ee8ae4ddf67b68f5c"
|
||||
checksum = "c2265c3f8e080075d9b6417aa72293fc71662f34b4af2612d8d1b074d29510db"
|
||||
dependencies = [
|
||||
"winapi",
|
||||
]
|
||||
|
|
@ -447,7 +447,7 @@ dependencies = [
|
|||
"chrono",
|
||||
"clap",
|
||||
"crossbeam-channel",
|
||||
"crossterm 0.18.0",
|
||||
"crossterm 0.18.1",
|
||||
"dirs-next",
|
||||
"itertools",
|
||||
"log",
|
||||
|
|
|
|||
Loading…
Reference in a new issue