Skip to content

Commit

Permalink
chore(deps): bump all dependencies, revm 7 (foundry-rs#7365)
Browse files Browse the repository at this point in the history
* chore(deps): bump revm to 7.1

* chore: general cargo update

```text
    Updating crates.io index
    Updating git repository `https://github.com/alloy-rs/alloy`
    Updating git repository `https://github.com/paradigmxyz/evm-inspectors`
    Updating ahash v0.8.10 -> v0.8.11
    Updating bumpalo v3.15.3 -> v3.15.4
    Updating cc v1.0.88 -> v1.0.90
      Adding cfg_aliases v0.1.1 (latest: v0.2.0)
    Updating chrono v0.4.34 -> v0.4.35
    Updating clap v4.5.1 -> v4.5.2
    Updating clap_builder v4.5.1 -> v4.5.2
    Updating const-hex v1.11.1 -> v1.11.2
    Updating ctrlc v3.4.2 -> v3.4.4
    Updating enr v0.10.0 -> v0.10.1
    Updating env_logger v0.11.2 -> v0.11.3
    Updating foundry-compilers v0.3.9 -> v0.3.10
    Updating http v0.2.11 -> v0.2.12 (latest: v1.1.0)
      Adding jobserver v0.1.28
    Updating js-sys v0.3.68 -> v0.3.69
    Updating nix v0.27.1 -> v0.28.0
    Updating pin-project v1.1.4 -> v1.1.5
    Updating pin-project-internal v1.1.4 -> v1.1.5
      Adding proc-macro-crate v3.1.0
    Updating regex-automata v0.4.5 -> v0.4.6
    Updating reqwest v0.11.24 -> v0.11.25
    Updating serde_path_to_error v0.1.15 -> v0.1.16
    Updating strum v0.26.1 -> v0.26.2
    Updating strum_macros v0.26.1 -> v0.26.2
    Updating system-configuration v0.5.1 -> v0.6.0
    Updating system-configuration-sys v0.5.0 -> v0.6.0
    Updating wasm-bindgen v0.2.91 -> v0.2.92
    Updating wasm-bindgen-backend v0.2.91 -> v0.2.92
    Updating wasm-bindgen-futures v0.4.41 -> v0.4.42
    Updating wasm-bindgen-macro v0.2.91 -> v0.2.92
    Updating wasm-bindgen-macro-support v0.2.91 -> v0.2.92
    Updating wasm-bindgen-shared v0.2.91 -> v0.2.92
    Updating web-sys v0.3.68 -> v0.3.69
    Updating yansi v1.0.0-rc.1 -> v1.0.0
```

* chore: chrono deprecation

* chore: no default features
  • Loading branch information
DaniPopes authored Mar 11, 2024
1 parent ef81e23 commit 7545c7a
Show file tree
Hide file tree
Showing 27 changed files with 291 additions and 199 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ out/
out.json
.idea
.vscode
bloat*
Loading

0 comments on commit 7545c7a

Please sign in to comment.