diff options
author | Luca Casonato <hello@lcas.dev> | 2022-01-19 13:17:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 13:17:23 +0100 |
commit | 1259a3f48c00e95a8bb0964e4dabfa769a20bcde (patch) | |
tree | 59e400d97994172f8640967453429d01e9f41910 /core | |
parent | e134ac67417361e5363c918af561f08c947c739b (diff) |
chore: update v8 to 0.38.1 (#13415)
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 678b736f9..f2307fc9d 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -25,7 +25,7 @@ serde = { version = "1.0.129", features = ["derive"] } serde_json = { version = "1.0.66", features = ["preserve_order"] } serde_v8 = { version = "0.25.0", path = "../serde_v8" } url = { version = "2.2.2", features = ["serde"] } -v8 = "0.37.0" +v8 = "0.38.1" [[example]] name = "http_bench_json_ops" |