mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Rebase
This commit is contained in:
parent
64cede1fed
commit
d19e9d75fe
2 changed files with 2 additions and 2 deletions
|
|
@ -18,9 +18,9 @@ bitflags = "2.5.0"
|
|||
crossterm = "0.27.0"
|
||||
globset = "0.4.14"
|
||||
indexmap = "2.2.6"
|
||||
opendal = "0.47.0"
|
||||
ratatui = "0.26.3"
|
||||
serde = { version = "1.0.203", features = [ "derive" ] }
|
||||
shell-words = "1.1.0"
|
||||
toml = { version = "0.8.14", features = [ "preserve_order" ] }
|
||||
validator = { version = "0.18.1", features = [ "derive" ] }
|
||||
opendal = "0.47.0"
|
||||
|
|
@ -16,6 +16,7 @@ crossterm = "0.27.0"
|
|||
dirs = "5.0.1"
|
||||
filetime = "0.2.23"
|
||||
futures = "0.3.30"
|
||||
opendal = "0.47.0"
|
||||
parking_lot = "0.12.3"
|
||||
percent-encoding = "2.3.1"
|
||||
ratatui = "0.26.3"
|
||||
|
|
@ -23,7 +24,6 @@ regex = "1.10.5"
|
|||
serde = { version = "1.0.203", features = [ "derive" ] }
|
||||
shell-words = "1.1.0"
|
||||
tokio = { version = "1.38.0", features = [ "full" ] }
|
||||
opendal = "0.47.0"
|
||||
|
||||
# Logging
|
||||
tracing = { version = "0.1.40", features = [ "max_level_debug", "release_max_level_warn" ] }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue