mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(deps): bump breaking deps (#14570)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -65,7 +65,7 @@ rustc-hash.workspace = true
|
||||
thiserror.workspace = true
|
||||
parking_lot.workspace = true
|
||||
rand.workspace = true
|
||||
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] }
|
||||
secp256k1 = { workspace = true, features = ["global-context", "std", "recovery"] }
|
||||
derive_more.workspace = true
|
||||
schnellru.workspace = true
|
||||
itertools.workspace = true
|
||||
@ -96,6 +96,7 @@ alloy-consensus.workspace = true
|
||||
serial_test.workspace = true
|
||||
tempfile.workspace = true
|
||||
url.workspace = true
|
||||
secp256k1 = { workspace = true, features = ["rand"] }
|
||||
|
||||
## Benchmarks
|
||||
pprof = { workspace = true, features = ["criterion", "flamegraph"] }
|
||||
|
||||
Reference in New Issue
Block a user