chore: update dependencies with breaking changes (#4555)

This commit is contained in:
DaniPopes
2023-09-11 16:53:09 +02:00
committed by GitHub
parent 7dd14a7eba
commit 28f5118048
19 changed files with 208 additions and 210 deletions

View File

@@ -130,6 +130,7 @@ rayon = "1.7"
itertools = "0.11"
parking_lot = "0.12"
metrics = "0.21.1" # Needed for `metrics-macro` to resolve the crate using `::metrics` notation
hex-literal = "0.4"
### proc-macros
proc-macro2 = "1.0"
@@ -166,10 +167,13 @@ confy = "0.5"
toml = "0.7"
### misc-testing
proptest = "1.0"
arbitrary = "1.1"
assert_matches = "1.5.0"
proptest = "1.0"
proptest-derive = "0.4"
serial_test = "2"
[patch.crates-io]
revm = { git = "https://github.com/bluealloy/revm", branch = "release/v25" }
revm-interpreter = { git = "https://github.com/bluealloy/revm", branch = "release/v25" }