summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-07-14 12:03:31 +0200
committerGitHub <noreply@github.com>2022-07-14 12:03:31 +0200
commit2423f83ca87f5175791af90c05f00946de624d8e (patch)
treea65e4710fe99222fb4f0990c7507d1554c279a4f /core
parent7e06d33b34394fda96d27082a7a22a4ff91fa86f (diff)
chore: upgrade rusty_v8 to v0.46.0 (#15200)
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 47736aad8..944b45faa 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.54.0", path = "../serde_v8" }
sourcemap = "=6.0.1"
url = { version = "2.2.2", features = ["serde"] }
-v8 = { version = "0.45.0", default-features = false }
+v8 = { version = "0.46.0", default-features = false }
[[example]]
name = "http_bench_json_ops"