build(deps): bump alloy from 1.7.3 to 1.8.3 by dependabot[bot] · Pull Request #6463 · graphprotocol/graph-node
Navigation Menu
{{ message }}
graphprotocol / graph-node Public
- Notifications You must be signed in to change notification settings
- Fork 1.1k
Open
build(deps): bump alloy from 1.7.3 to 1.8.3#6463
dependabot[bot] wants to merge 1 commit intomasterfrom
build(deps): bump alloy from 1.7.3 to 1.8.3#6463
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Copy link Copy Markdown
Contributor
Bumps alloy from 1.7.3 to 1.8.3.
Release notes
Sourced from alloy's releases.
v1.8.3
What's Changed
- fix(signer-gcp): use rustls instead of native-tls for gcloud-sdk by
@zerosnacksin alloy-rs/alloy#3844Full Changelog: alloy-rs/alloy@v1.8.2...v1.8.3
v1.8.2
What's Changed
- revert: "fix(serde): validate JsonStorageKey length during deserialization" by
@mattssein alloy-rs/alloy#3842- fix(serde): fix off-by-one in JsonStorageKey length check by
@mattssein alloy-rs/alloy#3843Full Changelog: alloy-rs/alloy@v1.8.1...v1.8.2
v1.8.1
What's Changed
- revert: "chore: bump ethereum_ssz to 0.10 and tree_hash to 0.12" by
@mattssein alloy-rs/alloy#3839Full Changelog: alloy-rs/alloy@v1.8.0...v1.8.1
v1.8.0
What's Changed
- chore(deps): bump taiki-e/install-action from 2.68.16 to 2.68.25 by
@dependabot[bot] in alloy-rs/alloy#3788- chore(rpc): clippy happy with outer match by
@jsvisain alloy-rs/alloy#3793- fix(serde): validate JsonStorageKey length during deserialization by
@jsvisain alloy-rs/alloy#3792- feat(rpc-types-eth): add parent beacon root to BlockOverrides by
@jsvisain alloy-rs/alloy#3798- chore(eips): add doc to let check happy by
@jsvisain alloy-rs/alloy#3797- fix(provider): use pending nonce in CachedNonceManager init by
@neowangrealin alloy-rs/alloy#3802- fix(flashblocks): correct receipts type in FlashBlock metadata by
@0xSojolin alloy-rs/alloy#3795- fix(eips): eip 7594 replace unoptimized iter by
@Syzygy106in alloy-rs/alloy#3804- fix(rpc-types-debug): enable serde_with alloc for no_std by
@Shresth79in alloy-rs/alloy#3811- chore(deps): bump taiki-e/install-action from 2.68.25 to 2.68.34 by
@dependabot[bot] in alloy-rs/alloy#3814- chore(deps): bump Swatinem/rust-cache from 2.8.2 to 2.9.1 by
@dependabot[bot] in alloy-rs/alloy#3813- fix(provider): detect EIP-7594 blob sidecars in BlobGasFiller by
@Shresth79in alloy-rs/alloy#3815- fix(consensus): delegate is_create() for Extended::Other instead of hardcoding false by
@neowangrealin alloy-rs/alloy#3796- fix(rpc-client): return error instead of panic on unexpected batch response by
@neowangrealin alloy-rs/alloy#3807- fix(transport): return clear error when no transports available by
@neowangrealin alloy-rs/alloy#3806- chore: add
idattributes to issue templates by@decofein alloy-rs/alloy#3822- fix(build): bump
gcloud-sdk0.27.4->0.29.0forreqwest0.13compatibility by@decofein alloy-rs/alloy#3823- fix(node-bindings): use graceful shutdown for anvil by
@mattssein alloy-rs/alloy#3824- fix: better arbitrary impl for header by
@klkvrin alloy-rs/alloy#3829- chore(deps): bump taiki-e/install-action from 2.68.34 to 2.69.7 by
@dependabot[bot] in alloy-rs/alloy#3830- feat(provider): add
watch_headerstoProvidertrait by@mattssein alloy-rs/alloy#3800- fix(rpc-client): detect
is_localinconnect_with_configby@mattssein alloy-rs/alloy#3837New Contributors
@0xSojolmade their first contribution in alloy-rs/alloy#3795@Shresth79made their first contribution in alloy-rs/alloy#3811
... (truncated)
Changelog
Sourced from alloy's changelog.
1.8.3 - 2026-03-27
Bug Fixes
- [signer-gcp] Use rustls instead of native-tls for gcloud-sdk (#3844)
1.8.2 - 2026-03-26
Bug Fixes
- [serde] Fix off-by-one in JsonStorageKey length check (#3843)
Miscellaneous Tasks
- Release 1.8.2
- Release 1.8.2
- Release 1.8.2
Other
- "fix(serde): validate JsonStorageKey length during deserialization" (#3842)
1.8.1 - 2026-03-25
Dependencies
- "chore: bump ethereum_ssz to 0.10 and tree_hash to 0.12" (#3839)
Miscellaneous Tasks
- Release 1.8.1
1.8.0 - 2026-03-25
Bug Fixes
- [rpc-client] Detect
is_localinconnect_with_config(#3837)- Better arbitrary impl for header (#3829)
- [node-bindings] Use graceful shutdown for anvil (#3824)
- [build] Bump
gcloud-sdk0.27.4->0.29.0forreqwest0.13compatibility (#3823)- [transport] Return clear error when no transports available (#3806)
- [rpc-client] Return error instead of panic on unexpected batch response (#3807)
- [consensus] Delegate is_create() for Extended::Other instead of hardcoding false (#3796)
- [provider] Detect EIP-7594 blob sidecars in BlobGasFiller (#3815)
- [rpc-types-debug] Enable serde_with alloc for no_std (#3811)
- [eips] Eip 7594 replace unoptimized iter (#3804)
- [flashblocks] Correct receipts type in FlashBlock metadata (#3795)
- [provider] Use pending nonce in CachedNonceManager init (#3802)
- [serde] Validate JsonStorageKey length during deserialization (#3792)
... (truncated)
Commits
3bcda29chore: release 1.8.3867951bfix(signer-gcp): use rustls instead of native-tls for gcloud-sdk (#3844)c36b7b2chore: release 1.8.2b479971chore: release 1.8.261768dachore: release 1.8.22f6826ffix(serde): fix off-by-one in JsonStorageKey length check (#3843)9282f7brevert: "fix(serde): validate JsonStorageKey length during deserialization" (...e90f33echore: release 1.8.151bf871revert: "chore: bump ethereum_ssz to 0.10 and tree_hash to 0.12" (#3839)929312bchore: release 1.8.0- Additional commits viewable in compare view
dependabot
bot
added
dependencies
labels
Mar 30, 2026
lutter
requested a review
from incrypto32
dependabot
bot
force-pushed
the
dependabot/cargo/alloy-1.8.3
branch
3 times, most recently
from
1df88b5 to
731bee9
Compare
Bumps [alloy](https://github.com/alloy-rs/alloy) from 1.7.3 to 1.8.3. - [Release notes](https://github.com/alloy-rs/alloy/releases) - [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md) - [Commits](alloy-rs/alloy@v1.7.3...v1.8.3) --- updated-dependencies: - dependency-name: alloy dependency-version: 1.8.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/cargo/alloy-1.8.3
branch
from
731bee9 to
c43092e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment