chore(deps): bump interprocess and others (#8982)

This commit is contained in:
DaniPopes
2024-06-20 17:37:35 +02:00
committed by GitHub
parent f571183d08
commit 55831500cf
11 changed files with 150 additions and 263 deletions

View File

@ -29,7 +29,7 @@ itertools.workspace = true
nybbles = { workspace = true, features = ["serde", "rlp"] }
# `test-utils` feature
hash-db = { version = "~0.15", optional = true }
hash-db = { version = "=0.15.2", optional = true }
plain_hasher = { version = "0.2", optional = true }
arbitrary = { workspace = true, features = ["derive"], optional = true }
proptest = { workspace = true, optional = true }
@ -43,7 +43,7 @@ proptest-derive.workspace = true
serde_json.workspace = true
test-fuzz.workspace = true
toml.workspace = true
hash-db = "~0.15"
hash-db = "=0.15.2"
plain_hasher = "0.2"
[features]
@ -53,4 +53,4 @@ arbitrary = [
"dep:arbitrary",
"dep:proptest",
"dep:proptest-derive",
]
]