Update v8 used when fuzzing (#4384)

No particular reason for doing so,just seems good to loosely stay
up-to-date with this dependency.
This commit is contained in:
Alex Crichton
2022-07-05 14:21:59 -05:00
committed by GitHub
parent 558a9273e9
commit 7943d34483
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ wasmi = "0.7.0"
# though, so we could use that if we wanted. For now though just simplify a bit
# and don't depend on this on Windows. The same applies on s390x.
[target.'cfg(not(any(windows, target_arch = "s390x")))'.dependencies]
v8 = "0.41"
v8 = "0.44.3"
[dev-dependencies]
wat = "1.0.37"