diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-05-14 15:26:31 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-14 15:26:31 +0530 |
| commit | 20ee3110d84c72f4a28cc5c9083b5dda47181602 (patch) | |
| tree | 539c8585c8746c8e9f8218633730d50259367fe0 /core | |
| parent | 0568be863ba5e02bdbd3889f66281fae356f7263 (diff) | |
chore: upgrade rusty_v8 to 0.42.1 (#14597)
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 7114697ee..f8adf5db5 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -27,7 +27,7 @@ serde_json = { version = "1.0.79", features = ["preserve_order"] } serde_v8 = { version = "0.45.0", path = "../serde_v8" } sourcemap = "=6.0.1" url = { version = "2.2.2", features = ["serde"] } -v8 = "0.42.0" +v8 = "0.42.1" [[example]] name = "http_bench_json_ops" |
