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:
@@ -20,8 +20,6 @@ persistent_store = { path = "libraries/persistent_store" }
|
||||
byteorder = { version = "1", default-features = false }
|
||||
arrayref = "0.3.6"
|
||||
subtle = { version = "2.2", default-features = false, features = ["nightly"] }
|
||||
# This import explicitly locks the version.
|
||||
serde_json = { version = "=1.0.69", default-features = false, features = ["alloc"] }
|
||||
embedded-time = "0.12.1"
|
||||
arbitrary = { version = "0.4.7", features = ["derive"], optional = true }
|
||||
rand = { version = "0.8.4", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user