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:
Bruce Weirdan 2024-08-15 19:25:50 +02:00 committed by GitHub
parent 5473def7ef
commit a80273bd7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 4 deletions

1
Cargo.lock generated
View File

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

View File

@ -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"

View File

@ -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 }