mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
Cargo update (#2230)
This commit is contained in:
parent
f56844501e
commit
9be28c9af9
2 changed files with 216 additions and 194 deletions
408
Cargo.lock
generated
408
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -37,6 +37,8 @@ log = "0.4"
|
|||
notify = "6.1"
|
||||
notify-debouncer-mini = "0.4"
|
||||
once_cell = "1"
|
||||
# pin until upgrading this does not introduce a duplicte dependency
|
||||
parking_lot_core = "=0.9.9"
|
||||
ratatui = { version = "0.26", default-features = false, features = [
|
||||
'crossterm',
|
||||
'serde',
|
||||
|
|
|
|||
Loading…
Reference in a new issue