Skip to content
This repository was archived by the owner on Aug 24, 2024. It is now read-only.

build(deps): update alloy-provider requirement from 0.1 to 0.2 #6

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 17, 2024

Updates the requirements on alloy-provider to permit the latest version.

Release notes

Sourced from alloy-provider's releases.

v0.2.0

What's Changed

New Contributors

Full Changelog: alloy-rs/alloy@v0.1.4...v0.2.0

Changelog

Sourced from alloy-provider's changelog.

0.2.0 - 2024-07-16

Bug Fixes

  • Trim conflicting key max_fee_per_blob_gas from Eip1559 tx type (#1064)
  • [provider] Prevent panic from having 0 keys when calling on_anvil_with_wallet_and_config (#1055)
  • Require storageKeys value broken bincode serialization from #955 (#1058)
  • [provider] Do not overflow LRU cache capacity in ChainStreamPoller (#1052)
  • [admin] Id in NodeInfo is string instead of B256 (#1038)
  • Cargo fmt (#1044)
  • [eip7702] Add correct rlp decode/encode (#1034)

Dependencies

  • [deps] Bump Trezor client to =0.1.4 to fix signing bug (#1045)

Features

  • Expose encoded_len_with_signature() (#1063)
  • Add 7702 tx type (#1046)
  • [rpc-types-eth] Serde flatten BlobTransactionSidecar in tx req (#1054)
  • Add authorization list to rpc transaction and tx receipt types (#1051)
  • Impl arbitrary for tx structs (#1050)
  • [core] Update core version (#1049)
  • [otterscan] Add ots slim block and serialze OperationType to int (#1043)
  • Generate valid signed auth signatures (#1041)
  • Add rpc-types-mev feature to meta crate (#1040)
  • Add arbitrary to auth (#1036)
  • [genesis] Rm EIP150Hash (#1039)
  • Add hash for 7702 (#1037)
  • Add rpc namespace (#994)

Miscellaneous Tasks

  • Release 0.2.0
  • Release 0.2.0
  • Make auth mandatory in recovered auth (#1047)
  • Trace output utils (#1027)
  • Fix unnameable types (#1029)
  • Add payloadbodies v2 to capabilities set (#1025)

Refactor

  • Replace U64 with u64 (#1057)

Styling

  • Remove proptest in all crates and Arbitrary derives (#966)

0.1.4 - 2024-07-08

... (truncated)

Commits
  • 020df6b chore: release 0.2.0
  • d9c154a chore: release 0.2.0
  • b23bb74 chore: release 0.2.0
  • bcfecd8 fix: Trim conflicting key max_fee_per_blob_gas from Eip1559 tx type (#1064)
  • 4d2d903 feat: expose encoded_len_with_signature() (#1063)
  • 0950b03 fix(provider): Prevent panic from having 0 keys when calling `on_anvil_with_w...
  • 1d0c81d fix: require storageKeys value broken bincode serialization from #955 (#1058)
  • 008b99d refactor: replace U64 with u64 (#1057)
  • faee716 feat: add 7702 tx type (#1046)
  • ecea267 feat(rpc-types-eth): serde flatten BlobTransactionSidecar in tx req (#1054)
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [alloy-provider](https://github.com/alloy-rs/alloy) to permit the latest version.
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v0.1.1...v0.2.0)

---
updated-dependencies:
- dependency-name: alloy-provider
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 17, 2024
Copy link
Author

dependabot bot commented on behalf of github Jul 25, 2024

Looks like alloy-provider is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Jul 25, 2024
@dependabot dependabot bot deleted the dependabot/cargo/alloy-provider-0.2 branch July 25, 2024 21:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants