Skip to content

Commit

Permalink
chore(deps): weekly cargo update (#6555)
Browse files Browse the repository at this point in the history
* chore(deps): weekly `cargo update`

    Updating git repository `https://github.com/gakonst/ethers-rs`
    Updating git repository `https://github.com/bluealloy/revm`
    Updating anstream v0.6.4 -> v0.6.5
    Updating anstyle-parse v0.2.2 -> v0.2.3
    Updating anstyle-query v1.0.0 -> v1.0.2
    Updating anstyle-wincon v3.0.1 -> v3.0.2
    Updating clap v4.4.10 -> v4.4.11
    Updating clap_builder v4.4.9 -> v4.4.11
    Updating eyre v0.6.9 -> v0.6.10
    Updating filetime v0.2.22 -> v0.2.23
    Updating gix-trace v0.1.3 -> v0.1.4
    Updating gix-utils v0.1.5 -> v0.1.6
    Updating http-body v0.4.5 -> v0.4.6
    Updating itoa v1.0.9 -> v1.0.10
    Updating mio v0.8.9 -> v0.8.10
    Updating once_cell v1.18.0 -> v1.19.0
    Updating openssl v0.10.60 -> v0.10.61
    Updating openssl-sys v0.9.96 -> v0.9.97
    Updating ordered-float v4.1.1 -> v4.2.0
    Updating portable-atomic v1.5.1 -> v1.6.0
    Removing redox_syscall v0.3.5
    Updating ring v0.17.6 -> v0.17.7
    Updating rustix v0.38.26 -> v0.38.28
    Updating rustls v0.21.9 -> v0.21.10
    Updating ryu v1.0.15 -> v1.0.16
    Updating secp256k1-sys v0.9.0 -> v0.9.1
    Updating tokio v1.34.0 -> v1.35.0
    Updating try-lock v0.2.4 -> v0.2.5
    Updating unicode-bidi v0.3.13 -> v0.3.14
    Updating winnow v0.5.19 -> v0.5.26
    Updating zerocopy v0.7.28 -> v0.7.30
    Updating zerocopy-derive v0.7.28 -> v0.7.30

* fix breakage

* test

* cheats

* cheats2

* cheats3

* msg

* msg2

* fix

---------

Co-authored-by: mattsse <mattsse@users.noreply.github.com>
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 10, 2023
1 parent e972bf7 commit 03f6026
Show file tree
Hide file tree
Showing 7 changed files with 120 additions and 114 deletions.
6 changes: 5 additions & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ slow-timeout = { period = "1m", terminate-after = 3 }
filter = "test(/ext_integration|can_test_forge_std/)"
slow-timeout = { period = "5m", terminate-after = 4 }

[[profile.default.overrides]]
filter = "package(foundry-cheatcodes-spec)"
retries = 0

[profile.heavy]
retries = 1
slow-timeout = { period = "120m", terminate-after = 1}
slow-timeout = { period = "120m", terminate-after = 1 }
Loading

0 comments on commit 03f6026

Please sign in to comment.