chore(deps): update rust crate thiserror to v2 #1564
Annotations
6 warnings
unit-tests:
thegraph-core/src/fake_impl/alloy.rs#L122
use of deprecated method `fake::Rng::gen`: Renamed to `random` to avoid conflict with the new `gen` keyword in Rust 2024.
|
doc-tests:
thegraph-core/src/fake_impl/alloy.rs#L122
use of deprecated method `fake::Rng::gen`: Renamed to `random` to avoid conflict with the new `gen` keyword in Rust 2024.
|
integration-tests:
thegraph-core/src/fake_impl/alloy.rs#L122
use of deprecated method `fake::Rng::gen`: Renamed to `random` to avoid conflict with the new `gen` keyword in Rust 2024.
|
clippy:
thegraph-core/src/fake_impl/alloy.rs#L122
use of deprecated method `fake::Rng::gen`: Renamed to `random` to avoid conflict with the new `gen` keyword in Rust 2024.
|
clippy:
thegraph-client-subgraphs/src/queries/page.rs#L21
variant `Number` is never constructed
|
check (release):
thegraph-core/src/fake_impl/alloy.rs#L122
use of deprecated method `fake::Rng::gen`: Renamed to `random` to avoid conflict with the new `gen` keyword in Rust 2024.
|
Loading