diff options
| author | Luca Casonato <hello@lcas.dev> | 2021-08-23 18:31:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-23 18:31:19 +0200 |
| commit | df084b9f14e06f866f18206e8051c4721702fb44 (patch) | |
| tree | 2b544f7106f8970b995fda53ba558bd20d2be414 /core | |
| parent | 2187c11e5d026733b4df1d675cfe5922302c8f4b (diff) | |
fix(ext/ffi): don't panic on invalid enum values (#11815)
Co-authored-by: Feng Yu <f3n67u@gmail.com>
Diffstat (limited to 'core')
| -rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 7ddb7d814..78fbf1836 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -25,7 +25,7 @@ pin-project = "1.0.7" rusty_v8 = "0.26.0" serde = { version = "1.0.126", features = ["derive"] } serde_json = { version = "1.0.64", features = ["preserve_order"] } -serde_v8 = { version = "0.9.0" } +serde_v8 = { version = "0.9.3" } url = { version = "2.2.2", features = ["serde"] } [[example]] |
