mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-16 04:59:31 +00:00
cargo deny
This commit is contained in:
parent
10029a29c9
commit
baf4c0d05c
4
deny.toml
Normal file
4
deny.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[advisories]
|
||||||
|
ignore = [
|
||||||
|
{ id = "RUSTSEC-2026-0097", reason = "rand 0.8.5 is a transitive dep from ark-std/logos-blockchain-*/risc0-* which pin to 0.8.x. Fix is in rand >= 0.9.3, outside the 0.8 semver range. The vulnerability requires custom logger + thread_rng + reseeding which we don't trigger." },
|
||||||
|
]
|
||||||
@ -26,7 +26,6 @@ pub struct IndexerCore {
|
|||||||
pub store: IndexerStore,
|
pub store: IndexerStore,
|
||||||
}
|
}
|
||||||
|
|
||||||
//test
|
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
/// This struct represents one L1 block data fetched from backfilling.
|
/// This struct represents one L1 block data fetched from backfilling.
|
||||||
pub struct BackfillBlockData {
|
pub struct BackfillBlockData {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user