deps: Update Arbitrary to 1.0; libfuzzer-sys to 0.4.0; wasm-smith to 0.4.0
This commit is contained in:
committed by
Andrew Brown
parent
ebbe626e79
commit
824ce7bf89
@@ -79,8 +79,8 @@ pub struct ApiCalls {
|
||||
pub calls: Vec<ApiCall>,
|
||||
}
|
||||
|
||||
impl Arbitrary for ApiCalls {
|
||||
fn arbitrary(input: &mut Unstructured) -> arbitrary::Result<Self> {
|
||||
impl<'a> Arbitrary<'a> for ApiCalls {
|
||||
fn arbitrary(input: &mut Unstructured<'a>) -> arbitrary::Result<Self> {
|
||||
crate::init_fuzzing();
|
||||
|
||||
let swarm = Swarm::arbitrary(input)?;
|
||||
|
||||
Reference in New Issue
Block a user