cargo: remove unused 'derivative' dependency

This seems to be failing the `cargo shear` check on `main`. It looks
like this was caused by #6200.
This commit is contained in:
Andrew Gallant
2024-08-19 08:04:49 -04:00
committed by Andrew Gallant
parent 4469f57516
commit 74066ec29b
2 changed files with 0 additions and 2 deletions
Generated
-1
View File
@@ -2466,7 +2466,6 @@ name = "pep508_rs"
version = "0.6.0"
dependencies = [
"boxcar",
"derivative",
"indexmap",
"insta",
"itertools 0.13.0",
-1
View File
@@ -21,7 +21,6 @@ workspace = true
[dependencies]
boxcar = { workspace = true }
derivative = { workspace = true }
itertools = { workspace = true }
indexmap = { workspace = true }
pubgrub = { workspace = true }