Set bumpalo version for fuzzing (#532)
* maximum working bumpalo version * explicit comment to explain version locking * removes incorrect comment * moves serde version lock to dev dependencies * removes serde dependencies * reverts serde removal in crypto library
This commit is contained in:
@@ -11,8 +11,9 @@ cargo-fuzz = true
|
||||
[dependencies]
|
||||
libfuzzer-sys = { version = "0.3" }
|
||||
fuzz_helper = { path = "fuzz_helper" }
|
||||
# This import explicitly locks the version.
|
||||
serde_json = { version = "=1.0.69" }
|
||||
# We import to explicitly lock the version.
|
||||
# Remove this dependency once CTAP is a library.
|
||||
bumpalo = "=3.8.0"
|
||||
|
||||
# Prevent this from interfering with workspaces
|
||||
[workspace]
|
||||
|
||||
Reference in New Issue
Block a user