We have some issues found by `cargo-deny`: ## License Issues - [ ] fastrlp v0.1.3 is GPL-3.0 licensed: - This is a dependency of `ethers-core`. - Solution: upgrade to [fastrlp v0.3](https://docs.rs/fastrlp/latest/fastrlp/) is MPL-2.0 licensed. - [ ] our crates are not licensed: - [ ] aggregator - [ ] halo2-base - [ ] halo2-ecc - [ ] halo2-gate-generator - [ ] halo2wrong - [ ] maingate - [ ] misc-precompiled-circuit - [ ] prover - [ ] snark-verifier - [ ] snark-verifier-sdk - [ ] testool ## Unmaintained/Deprecated Dependencies Issues - [ ] [serde_cbor](https://rustsec.org/advisories/RUSTSEC-2021-0127) is unmaintained. - Solution: This is a dependency of criterion, upgrade criterion. - [x] #932 - Solution: This is a dependency of `prover`, use [dotenvy](https://crates.io/crates/dotenvy) instead. - [ ] hermit-abi v0.3.1 is yanked - Solution: `cargo update -p hermit-abi` ## Dependencies with vulnerability issues - [ ] [rustls-webpki](https://rustsec.org/advisories/RUSTSEC-2023-0053): CPU denial of service in certificate path building - This is a dependency of `reqwest` - Solution: Upgrade it. - [ ] [webpki](https://rustsec.org/advisories/RUSTSEC-2023-0052): CPU denial of service in certificate path building - This is a dependency of `reqwest` and `tokio-tungstenite` - Solution: Upgrade them. - [ ] [time](https://rustsec.org/advisories/RUSTSEC-2020-0071): Potential segfault in the time crate - Solution: `cargo update -p time`
We have some issues found by
cargo-deny:License Issues
ethers-core.Unmaintained/Deprecated Dependencies Issues
prover, use dotenvy instead.cargo update -p hermit-abiDependencies with vulnerability issues
reqwestreqwestandtokio-tungstenitecargo update -p time