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:
committed by
Andrew Gallant
parent
4469f57516
commit
74066ec29b
Generated
-1
@@ -2466,7 +2466,6 @@ name = "pep508_rs"
|
||||
version = "0.6.0"
|
||||
dependencies = [
|
||||
"boxcar",
|
||||
"derivative",
|
||||
"indexmap",
|
||||
"insta",
|
||||
"itertools 0.13.0",
|
||||
|
||||
@@ -21,7 +21,6 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
boxcar = { workspace = true }
|
||||
derivative = { workspace = true }
|
||||
itertools = { workspace = true }
|
||||
indexmap = { workspace = true }
|
||||
pubgrub = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user