Use dependabot to keep dependencies up-to-date, fairly lax monthly schedule, can update to be more frequent, if necessary.
Example testcase suggests grammar which will never find coverage (xml) generator. move to the regex mutator to at least find something.
serde_derive crate is now a feature of the main serde crate.
Add necessary use statements
Update Snafu types and generated types
fork() is an unsafe function
Use chrono crate instead of time crate. As getting the system time in a multi-threaded application became significantly more annoying with the commits here and here. Whereas chrono does not need these configuration parameters. And easy to use a single dependency everywhere where time formatting is needed.
Unpin nightly from a specific daily version of nightly. Most Rust developers keep a floating nightly install. Requiring an exact toolchain per project clutters installed toolchains and not trivial to chase down what project need what exact version.
Force Address Sanitizer to not symbolize during fuzzing campaigns. Symbolizing is only useful to a human upon triaging ASAN crashes asynchronously of the fuzzing loop
serde_derive
crate is now a feature of the main serde crate.fork()
is an unsafe functionchrono
crate instead oftime
crate. As getting the system time in a multi-threaded application became significantly more annoying with the commits here and here. Whereaschrono
does not need these configuration parameters. And easy to use a single dependency everywhere where time formatting is needed.clap
to new 4.0 APIsgrammartec/src/tree.rs