yetanotherco / aligned_layer

Aligned is a verification layer for zero-knowledge proofs using EigenLayer. Our mission is to accelerate the adoption of zero-knowledge and validity proofs on Ethereum.
https://alignedlayer.com/
MIT License
136 stars 336 forks source link

Batcher contains unmaintained and yanked crates #901

Open entropidelic opened 2 weeks ago

entropidelic commented 2 weeks ago

The unmaintained crates are ansi_term and dotenv.

The yanked crates are: warning[yanked]: detected yanked crate (try cargo update -p bytemuck) warning[yanked]: detected yanked crate (try cargo update -p bytes)

For ansi_term crate, we recommend contacting the maintainers of the sp1 crates to discuss the possibility of migrating to one of the suggested alternatives.

For the dotenv crate, we recommend considering the dotenvy crate as an alternative.

And for the yanked crates, we recommend updating the dependencies to a non-yanked version.