mirror of
https://github.com/nushell/nushell.git
synced 2025-04-25 05:38:20 +02:00
Drop unused fs_extra
and hamcrest2
dependencies (#13628)
Fixes nushell/nushell#7995 # Description This dependency is no longer used by nushell itself. # User-Facing Changes None. # Tests + Formatting Pased. # After Submitting None.
This commit is contained in:
parent
5473def7ef
commit
a80273bd7b
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -3075,7 +3075,6 @@ dependencies = [
|
|||||||
"fancy-regex",
|
"fancy-regex",
|
||||||
"filesize",
|
"filesize",
|
||||||
"filetime",
|
"filetime",
|
||||||
"fs_extra",
|
|
||||||
"human-date-parser",
|
"human-date-parser",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"indicatif",
|
"indicatif",
|
||||||
|
@ -90,9 +90,7 @@ encoding_rs = "0.8"
|
|||||||
fancy-regex = "0.13"
|
fancy-regex = "0.13"
|
||||||
filesize = "0.2"
|
filesize = "0.2"
|
||||||
filetime = "0.2"
|
filetime = "0.2"
|
||||||
fs_extra = "1.3"
|
|
||||||
fuzzy-matcher = "0.3"
|
fuzzy-matcher = "0.3"
|
||||||
hamcrest2 = "0.3"
|
|
||||||
heck = "0.5.0"
|
heck = "0.5.0"
|
||||||
human-date-parser = "0.1.1"
|
human-date-parser = "0.1.1"
|
||||||
indexmap = "2.4"
|
indexmap = "2.4"
|
||||||
|
@ -50,7 +50,6 @@ encoding_rs = { workspace = true }
|
|||||||
fancy-regex = { workspace = true }
|
fancy-regex = { workspace = true }
|
||||||
filesize = { workspace = true }
|
filesize = { workspace = true }
|
||||||
filetime = { workspace = true }
|
filetime = { workspace = true }
|
||||||
fs_extra = { workspace = true }
|
|
||||||
human-date-parser = { workspace = true }
|
human-date-parser = { workspace = true }
|
||||||
indexmap = { workspace = true }
|
indexmap = { workspace = true }
|
||||||
indicatif = { workspace = true }
|
indicatif = { workspace = true }
|
||||||
|
Loading…
Reference in New Issue
Block a user