mirror of
https://github.com/denisidoro/navi.git
synced 2026-07-17 16:49:25 +00:00
updated crossterm crate in toml
This commit is contained in:
parent
70388d776f
commit
47fea0de53
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -320,9 +320,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.169"
|
||||
version = "0.2.184"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
||||
checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
|
||||
|
||||
[[package]]
|
||||
name = "linux-raw-sys"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ regex = { version = "1.7.3", default-features = false, features = [
|
|||
"unicode-perl",
|
||||
] }
|
||||
clap = { version = "4.2.1", features = ["derive", "cargo"] }
|
||||
crossterm = "0.28.0"
|
||||
crossterm = "0.28.1"
|
||||
lazy_static = "1.4.0"
|
||||
etcetera = "0.10.0"
|
||||
walkdir = "2.3.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue