Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove unused dependencies #842

Merged
merged 1 commit into from
May 22, 2024
Merged

Conversation

anonrig
Copy link
Contributor

@anonrig anonrig commented May 22, 2024

I've given @Boshen 's cargo-shear a try: https://github.com/Boshen/cargo-shear

#skip-changelog

@anonrig anonrig requested a review from a team May 22, 2024 14:39
Copy link
Contributor

@loewenheim loewenheim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, TIL about cargo-shear.

Cargo.toml Show resolved Hide resolved
@@ -35,7 +35,6 @@ watto = { workspace = true }
insta = { workspace = true }
criterion = { workspace = true }
symbolic-testutils = { workspace = true }
similar-asserts = { workspace = true }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can probably remove that from the main Cargo.toml now?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

similar-asserts exist in symbolic-cfi

@@ -28,7 +28,6 @@ insta = { version = "1.28.0", features = ["yaml"] }
itertools = "0.13.0"
js-source-scopes = "0.4.0"
lazy_static = "1.4.0"
libfuzzer-sys = "0.4"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting, this comes from here:

libfuzzer-sys = "0.4"

might be worth running a bit of fuzzing again some day, its been years since the last time I did that :-D

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I originally wanted to move those to workspace deps, but it doesn't work because the -fuzz creates live in their own workspaces.

@anonrig anonrig merged commit 2767e21 into master May 22, 2024
11 of 12 checks passed
@anonrig anonrig deleted the remove-unused-dependencies branch May 22, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants