File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ bitflags = "2.5.0"
18
18
crossterm = " 0.27.0"
19
19
globset = " 0.4.14"
20
20
indexmap = " 2.2.6"
21
+ opendal = " 0.47.0"
21
22
ratatui = " 0.26.3"
22
23
serde = { version = " 1.0.203" , features = [ " derive" ] }
23
24
shell-words = " 1.1.0"
24
25
toml = { version = " 0.8.14" , features = [ " preserve_order" ] }
25
26
validator = { version = " 0.18.1" , features = [ " derive" ] }
26
- opendal = " 0.47.0"
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ crossterm = "0.27.0"
16
16
dirs = " 5.0.1"
17
17
filetime = " 0.2.23"
18
18
futures = " 0.3.30"
19
+ opendal = " 0.47.0"
19
20
parking_lot = " 0.12.3"
20
21
percent-encoding = " 2.3.1"
21
22
ratatui = " 0.26.3"
22
23
regex = " 1.10.5"
23
24
serde = { version = " 1.0.203" , features = [ " derive" ] }
24
25
shell-words = " 1.1.0"
25
26
tokio = { version = " 1.38.0" , features = [ " full" ] }
26
- opendal = " 0.47.0"
27
27
28
28
# Logging
29
29
tracing = { version = " 0.1.40" , features = [ " max_level_debug" , " release_max_level_warn" ] }
You can’t perform that action at this time.
0 commit comments