Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused dependencies, sync existing versions (#12446)
## Summary This PR removes unused dependencies from `fuzz` crate and syncs the `similar` crate to the workspace version. This will help in resolve #12442. ## Test Plan Build the fuzz crate: For Mac (it requires the nightly build): ``` cargo +nightly fuzz build ```
- Loading branch information