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
3 changed files with 0 additions and 4 deletions

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 }