Cargo update (#2230)

This commit is contained in:
extrawurst 2024-05-16 18:23:50 +02:00 committed by GitHub
parent f56844501e
commit 9be28c9af9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 216 additions and 194 deletions

408
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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',