developer-hub
developer-hub copied to clipboard
chore(deps): bump the examples-rust group in /examples/developer-hub-rust with 2 updates
Bumps the examples-rust group in /examples/developer-hub-rust with 2 updates: tokio and alloy.
Updates tokio from 1.47.1 to 1.48.0
Release notes
Sourced from tokio's releases.
Tokio v1.48.0
1.48.0 (October 14th, 2025)
The MSRV is increased to 1.71.
Added
- fs: add
File::max_buf_size(#7594)- io: export
ChainofAsyncReadExt::chain(#7599)- net: add
SocketAddr::as_abstract_name(#7491)- net: add
TcpStream::quickackandTcpStream::set_quickack(#7490)- net: implement
AsRef<Self>forTcpStreamandUnixStream(#7573)- task: add
LocalKey::try_get(#7666)- task: implement
Ordfortask::Id(#7530)Changed
- deps: bump windows-sys to version 0.61 (#7645)
- fs: preserve
max_buf_sizewhen cloning aFile(#7593)- macros: suppress
clippy::unwrap_in_resultin#[tokio::main](#7651)- net: remove
PollEventednoise from Debug formats (#7675)- process: upgrade
Command::spawn_withto useFnOnce(#7511)- sync: remove inner mutex in
SetOnce(#7554)- sync: use
UnsafeCell::get_mutinMutex::get_mutandRwLock::get_mut(#7569)- time: reduce the generated code size of
Timeout<T>::poll(#7535)Fixed
- macros: fix hygiene issue in
join!andtry_join!(#7638)- net: fix copy/paste errors in udp peek methods (#7604)
- process: fix error when runtime is shut down on nightly-2025-10-12 (#7672)
- runtime: use release ordering in
wake_by_ref()even if already woken (#7622)- sync: close the
broadcast::Senderinbroadcast::Sender::new()(#7629)- sync: fix implementation of unused
RwLock::try_*methods (#7587)Unstable
- tokio: use cargo features instead of
--cfgflags fortaskdumpandio_uring(#7655, #7621)- fs: support
io_uringinfs::write(#7567)- fs: support
io_uringwithFile::open()(#7617)- fs: support
io_uringwithOpenOptions(#7321)- macros: add
localruntime flavor (#7375, #7597)Documented
- io: clarify the zero capacity case of
AsyncRead::poll_read(#7580)- io: fix typos in the docs of
AsyncFdreadiness guards (#7583)- net: clarify socket gets closed on drop (#7526)
- net: clarify the behavior of
UCred::pid()on Cygwin (#7611)- net: clarify the supported platform of
set_reuseport()andreuseport()(#7628)
... (truncated)
Commits
556820fchore: prepare Tokio v1.48.0 (#7677)fd1659achore: prepare tokio-macros v2.6.0 (#7676)53e8acaci: update nightly version to 2025-10-12 (#7670)9e5527dprocess: fix error when runtime is shut down on nightly-2025-10-12 (#7672)25a24denet: remove PollEvented noise from Debug formats (#7675)c1fa25ftask: clarify the behavior of severalspawn_localmethods (#7669)e7e02fcfs: useFileOptionsinsidefs::Fileto support uring (#7617)f7a7f62ci: remove cargo-deny Unicode-DFS-2016 license exception config (#7619)d1f1499tokio: use cargo feature for taskdump support instead of cfg (#7655)ad6f618runtime: clarify the behavior ofHandle::block_on(#7665)- Additional commits viewable in compare view
Updates alloy from 1.0.25 to 1.1.2
Release notes
Sourced from alloy's releases.
v1.1.2
What's Changed
- fix: trezor derivation path by
@platykurtic-icuin alloy-rs/alloy#3148- chore(node-bindings/anvil): unify startup timeout with shared NODE_STARTUP_TIMEOUT by
@phrwlkin alloy-rs/alloy#3193- feat: add CallBuilder::send,deploy_sync by
@mattssein alloy-rs/alloy#3200- docs(rpc-types-engine): correct ExecutionPayloadV3 spec URL and Execu… by
@jenniferzeloin alloy-rs/alloy#3203- fix: increase average CU cost from
17to20per updated Alchemy docs by@zerosnacksin alloy-rs/alloy#3208- fix: normalize recovery bytes in flashbots signature by
@0xJchenin alloy-rs/alloy#3192- fix: eliminate ambiguity regarding missing subscriptions by
@Forostovecin alloy-rs/alloy#3206- feat: obtain the transaction hash if eth_sendrawSync by
@stevencartaviain alloy-rs/alloy#3202- feat(rpc-types): add
FillTransactionresponse type by@mablrin alloy-rs/alloy#3210- feat: add prestate helpers by
@mattssein alloy-rs/alloy#3209- chore(deps): bump taiki-e/install-action from 2.62.45 to 2.62.49 by
@dependabot[bot] in alloy-rs/alloy#3173- fix(rpc-types): correct BeaconExecutionPayloadV3 doc by
@jenniferzeloin alloy-rs/alloy#3216- fix: use BlockHash for ForkedNetwork.fork_block_hash by
@Galoretkain alloy-rs/alloy#3224- feat: add helper
TypedTransaction::decode_unsigned()by@lean-applein alloy-rs/alloy#3198- feat:
Eip2718DecodableReceiptby@klkvrin alloy-rs/alloy#3225New Contributors
@platykurtic-icumade their first contribution in alloy-rs/alloy#3148@0xJchenmade their first contribution in alloy-rs/alloy#3192Full Changelog: https://github.com/alloy-rs/alloy/compare/v1.1.1...v1.1.2
v1.1.1
What's Changed
- fix(consensus): correct Option type in Header::size() method by
@forkfuryin alloy-rs/alloy#3143- fix(pubsub): avoid BiBTreeMap remove/insert in SubscriptionManager::notify by
@Fibonacci747in alloy-rs/alloy#3141- feat(consensus,eips,genesis): add Borsh support by
@mablrin alloy-rs/alloy#2946- feat: add Transaction bound to Network::TxEnvelope by
@0xChaddBin alloy-rs/alloy#3147- refactor(consensus): remove Borsh skip attributes from tx structs by
@mablrin alloy-rs/alloy#3155- docs: fix EIP-2930 transaction handling documentation by
@avorylliin alloy-rs/alloy#3154- feat(provider): add sendawsync to Provider trait by
@Syzygy106in alloy-rs/alloy#3164- feat: genesis endpoint JSON types by
@stevencartaviain alloy-rs/alloy#3167- fix: use IgnoredAny for unknown fields in PubSubItem deserializer by
@phrwlkin alloy-rs/alloy#3157- feat(genesis): add parent hash field in Genesis by
@xzav3rin alloy-rs/alloy#3138- chore: fmt by
@mattssein alloy-rs/alloy#3170- feat: Improve PrivacyHint deserialization error to include offending value by
@Bashmuntain alloy-rs/alloy#3174- feat: add EIP-7594 conversion and sidecar manipulation API by
@mattssein alloy-rs/alloy#3144- Feature Arbsym Provider Builder by
@dipanshuhappyin alloy-rs/alloy#3156- chore: Avoid cloning EIP-4844 sidecar during request build by
@Doryu001in alloy-rs/alloy#3179- chore: correct ExecutionPayload V3 method doc references by
@jenniferzeloin alloy-rs/alloy#3181- chore: refactor StorageSlotFinder::find_slot to avoid redundant clones by
@0xLogicalxin alloy-rs/alloy#3180- chore: remove redundant UUID clone in signer-local keystore test by
@0xLogicalxin alloy-rs/alloy#3185- feat: support send_transaction_sync by
@stevencartaviain alloy-rs/alloy#3177- fix(provider): skip cache for eth_getLogs with dynamic block tags by
@prestoalvarezin alloy-rs/alloy#3176New Contributors
@0xChaddBmade their first contribution in alloy-rs/alloy#3147@Syzygy106made their first contribution in alloy-rs/alloy#3164
... (truncated)
Changelog
Sourced from alloy's changelog.
1.1.2 - 2025-11-20
Bug Fixes
- Use BlockHash for ForkedNetwork.fork_block_hash (#3224)
- [rpc-types] Correct BeaconExecutionPayloadV3 doc (#3216)
- Eliminate ambiguity regarding missing subscriptions (#3206)
- Normalize recovery bytes in flashbots signature (#3192)
- Increase average CU cost from
17to20per updated Alchemy docs (#3208)- Trezor derivation path (#3148)
Dependencies
- [deps] Bump taiki-e/install-action from 2.62.45 to 2.62.49 (#3173)
Documentation
- [rpc-types-engine] Correct ExecutionPayloadV3 spec URL and Execu… (#3203)
Features
Eip2718DecodableReceipt(#3225)- Add helper
TypedTransaction::decode_unsigned()(#3198)- Add prestate helpers (#3209)
- [rpc-types] Add
FillTransactionresponse type (#3210)- Obtain the transaction hash if eth_sendrawSync (#3202)
- Add CallBuilder::send,deploy_sync (#3200)
Miscellaneous Tasks
- [node-bindings/anvil] Unify startup timeout with shared NODE_STARTUP_TIMEOUT (#3193)
1.1.1 - 2025-11-13
Bug Fixes
- [provider] Skip cache for eth_getLogs with dynamic block tags (#3176)
- Use IgnoredAny for unknown fields in PubSubItem deserializer (#3157)
- [pubsub] Avoid BiBTreeMap remove/insert in SubscriptionManager::notify (#3141)
- [consensus] Correct Option type in Header::size() method (#3143)
Documentation
- Fix EIP-2930 transaction handling documentation (#3154)
Features
... (truncated)
Commits
366dbd3chore: release 1.1.2e6e7efbfeat:Eip2718DecodableReceipt(#3225)13005f7feat: add helperTypedTransaction::decode_unsigned()(#3198)2304c3afix: use BlockHash for ForkedNetwork.fork_block_hash (#3224)bc4ffa2fix(rpc-types): correct BeaconExecutionPayloadV3 doc (#3216)165f5a6chore(deps): bump taiki-e/install-action from 2.62.45 to 2.62.49 (#3173)c3b38a8feat: add prestate helpers (#3209)5b323effeat(rpc-types): addFillTransactionresponse type (#3210)64803bffeat: obtain the transaction hash if eth_sendrawSync (#3202)edaa762fix: eliminate ambiguity regarding missing subscriptions (#3206)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions