summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-07-27 15:15:26 +0200
committerGitHub <noreply@github.com>2022-07-27 18:45:26 +0530
commit3d40eee4b24d560b881f11fc72c66e911b011c1f (patch)
treee01314282c02ccd3d412c5f380013b7f6c3fb03b /core
parent8911bdb6d0fdda62e4e4f4464c1c7f1ceeca9ac0 (diff)
chore: upgrade rusty_v8 to 0.47.1 (#15324)
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 7dfdeea56..a0549fcda 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -31,7 +31,7 @@ serde_json = { version = "1.0.79", features = ["preserve_order"] }
serde_v8 = { version = "0.55.0", path = "../serde_v8" }
sourcemap = "=6.0.1"
url = { version = "2.2.2", features = ["serde"] }
-v8 = { version = "0.47.0", default-features = false }
+v8 = { version = "0.47.1", default-features = false }
[[example]]
name = "http_bench_json_ops"