Fix fuzzing builds xcm-fuzz and erasure-coding fuzzer (#6153)

* fix fuzzing builds

* change Cargo.lock

* change honggfuzz

Co-authored-by: commented-line <venkatamaturi98@gmail.com>
This commit is contained in:
code-terror
2022-10-16 14:21:08 -07:00
committed by GitHub
parent a8b79a3b48
commit 151d4a97bb
5 changed files with 8 additions and 15 deletions
+4 -13
View File
@@ -2750,13 +2750,14 @@ dependencies = [
[[package]]
name = "honggfuzz"
version = "0.5.54"
version = "0.5.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bea09577d948a98a5f59b7c891e274c4fb35ad52f67782b3d0cb53b9c05301f1"
checksum = "848e9c511092e0daa0a35a63e8e6e475a3e8f870741448b9f6028d69b142f18e"
dependencies = [
"arbitrary",
"lazy_static",
"memmap",
"memmap2 0.5.0",
"rustc_version",
]
[[package]]
@@ -4185,16 +4186,6 @@ dependencies = [
"rustix",
]
[[package]]
name = "memmap"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "memmap2"
version = "0.2.3"