build: update cargo-bolero from 0.8.0 to 0.13.3

New `fuzz` profile is added
because cargo-bolero now requires it and uses
by default, while `--release` option is removed.

Instructions for running AFL are removed from the README
because it requires some system reconfiguration
and I did not test it this time.
This commit is contained in:
link2xt
2025-06-03 16:31:27 +00:00
committed by l
parent 823a16e8e9
commit 628b178076
4 changed files with 74 additions and 35 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
license = "MPL-2.0"
[dev-dependencies]
bolero = "0.8"
bolero = "0.13.3"
[dependencies]
mailparse = { workspace = true }