mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
cargo update
This commit is contained in:
parent
12fbfa0946
commit
8b00d6756c
2 changed files with 8 additions and 8 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
|
@ -282,9 +282,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "crossterm"
|
||||
version = "0.20.0"
|
||||
version = "0.22.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c0ebde6a9dd5e331cd6c6f48253254d117642c31653baa475e394657c59c1f7d"
|
||||
checksum = "c85525306c4291d1b73ce93c8acf9c339f9b213aef6c1d85c3830cbf1c16325c"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"crossterm_winapi",
|
||||
|
|
@ -299,9 +299,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "crossterm_winapi"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3a6966607622438301997d3dac0d2f6e9a90c68bb6bc1785ea98456ab93c0507"
|
||||
checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c"
|
||||
dependencies = [
|
||||
"winapi",
|
||||
]
|
||||
|
|
@ -1455,9 +1455,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|||
|
||||
[[package]]
|
||||
name = "tui"
|
||||
version = "0.16.0"
|
||||
version = "0.17.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "39c8ce4e27049eed97cfa363a5048b09d995e209994634a0efc26a14ab6c0c23"
|
||||
checksum = "23ed0a32c88b039b73f1b6c5acbd0554bfa5b6be94467375fd947c4de3a02271"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cassowary",
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ bytesize = { version = "1.1", default-features = false }
|
|||
chrono = "0.4"
|
||||
clap = { version = "2.33", default-features = false }
|
||||
crossbeam-channel = "0.5"
|
||||
crossterm = { version = "0.20", features = [ "serde" ] }
|
||||
crossterm = { version = "0.22", features = [ "serde" ] }
|
||||
dirs-next = "2.0"
|
||||
easy-cast = "0.4"
|
||||
filetreelist = { path = "./filetreelist", version = "0.4" }
|
||||
|
|
@ -46,7 +46,7 @@ serde = "1.0"
|
|||
simplelog = { version = "0.11", default-features = false }
|
||||
syntect = { version = "4.6", default-features = false, features = ["metadata", "default-fancy"] }
|
||||
textwrap = "0.14"
|
||||
tui = { version = "0.16", default-features = false, features = ['crossterm', 'serde'] }
|
||||
tui = { version = "0.17", default-features = false, features = ['crossterm', 'serde'] }
|
||||
unicode-segmentation = "1.8"
|
||||
unicode-truncate = "0.2"
|
||||
unicode-width = "0.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue