diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-06-23 15:49:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-23 15:49:28 +0200 |
commit | 13f47ec41b46db1ac60f29825519387cfdeaff63 (patch) | |
tree | 321bc6639a197533a0a2d041ed49e8071676659d /core | |
parent | a232b4011a963cc170e6f0c7dbd0aa1708d039c5 (diff) |
chore: upgrade rusty_v8 to 0.44.2 (#14947)
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 6e837943c..18c2bac60 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.50.0", path = "../serde_v8" } sourcemap = "=6.0.1" url = { version = "2.2.2", features = ["serde"] } -v8 = "0.44.1" +v8 = "0.44.2" [[example]] name = "http_bench_json_ops" |