Hi there! I'm one of uv's maintainers, and I'm working on deduping some of our crate versions. Right now we depend indirectly on fastbloom via quinn, and fastbloom is dependent on rand@0.9. As a result, our dependency tree contains builds for both rand0.9 and rand0.10, and we'd love to get rid of the older dependency if possible 🙂
So: would you be interested/willing to bump to rand 0.10? If so, I'm happy to send a PR doing so, including any internal API changes needed.
Context: quinn-rs/quinn#2636 and astral-sh/uv#19304
Hi there! I'm one of uv's maintainers, and I'm working on deduping some of our crate versions. Right now we depend indirectly on fastbloom via quinn, and fastbloom is dependent on
rand@0.9. As a result, our dependency tree contains builds for bothrand0.9andrand0.10, and we'd love to get rid of the older dependency if possible 🙂So: would you be interested/willing to bump to rand 0.10? If so, I'm happy to send a PR doing so, including any internal API changes needed.
Context: quinn-rs/quinn#2636 and astral-sh/uv#19304