Update the v8 crate used when fuzzing (#3929)
A recently discovered fuzz bug reported a difference in execution result between Wasmtime and v8. The module in question had an exported function which had multiple results, including floats. About a year ago I reported a bug on v8 about functions with multiple results leading to incorrect results, and it was fixed many months back but I don't think that we ever actually pulled in that update. After updating v8 I saw the test failure go away, so this update is being done to fix the fuzz bug test failure I saw.
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -3112,9 +3112,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "v8"
|
||||
version = "0.33.0"
|
||||
version = "0.41.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9b3adb16fd1af3e28d6fda8348a6d96b5363a128dc5a0216b137b64ecbae6641"
|
||||
checksum = "a9c3d267007e1f137d79b4da64267139a86034a4d85df4964334979c1c7a708a"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"fslock",
|
||||
|
||||
Reference in New Issue
Block a user