Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps(iroh-net): Remove direct dependency on rand_core (#2719)
## Description This is small and doesn't really affect anything, but removes the direct dependency on rand_core. There's no need for it. ## Breaking Changes None ## Notes & open questions I was looking for easy wins on the dependencies. I guess this wasn't really it... ## Change checklist - [x] Self-review. - ~~[ ] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant.~~ - ~~[ ] Tests if relevant.~~ - ~~[ ] All breaking changes documented.~~
- Loading branch information