mirror of
https://github.com/nushell/nushell.git
synced 2025-01-08 23:40:17 +01: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",
|
||||
"filesize",
|
||||
"filetime",
|
||||
"fs_extra",
|
||||
"human-date-parser",
|
||||
"indexmap",
|
||||
"indicatif",
|
||||
|
@ -90,9 +90,7 @@ encoding_rs = "0.8"
|
||||
fancy-regex = "0.13"
|
||||
filesize = "0.2"
|
||||
filetime = "0.2"
|
||||
fs_extra = "1.3"
|
||||
fuzzy-matcher = "0.3"
|
||||
hamcrest2 = "0.3"
|
||||
heck = "0.5.0"
|
||||
human-date-parser = "0.1.1"
|
||||
indexmap = "2.4"
|
||||
|
@ -50,7 +50,6 @@ encoding_rs = { workspace = true }
|
||||
fancy-regex = { workspace = true }
|
||||
filesize = { workspace = true }
|
||||
filetime = { workspace = true }
|
||||
fs_extra = { workspace = true }
|
||||
human-date-parser = { workspace = true }
|
||||
indexmap = { workspace = true }
|
||||
indicatif = { workspace = true }
|
||||
|
Loading…
Reference in New Issue
Block a user