feat(deps): bump reth & related deps to 1.8.1 release spec #175
  
    
      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
    
  
  
    
  | name: CI # Continuous Integration | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| # simplest example of using the rust-base action | |
| jobs: | |
| rust-library-base: | |
| uses: init4tech/actions/.github/workflows/rust-library-base.yml@main | |
| with: | |
| require-lockfile: true | |
| rust-profile: "ci-rust" |