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",
"filesize",
"filetime",
"fs_extra",
"human-date-parser",
"indexmap",
"indicatif",

View File

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

View File

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