The rand_chacha upgrade to 0.9 fails because it uses rand_core 0.9, but our upstream dependencies still use rand_core 0.6, causing incompatible RNG trait errors in CI.
We’re waiting for upstream crates (frost-core and Mina proof-systems dependencies) to support rand_core 0.9 before retrying the bump.
The rand_chacha upgrade to 0.9 fails because it uses rand_core 0.9, but our upstream dependencies still use rand_core 0.6, causing incompatible RNG trait errors in CI.
We’re waiting for upstream crates (frost-core and Mina proof-systems dependencies) to support rand_core 0.9 before retrying the bump.