summaryrefslogtreecommitdiff
path: root/serde_v8/Cargo.toml
diff options
context:
space:
mode:
authorAapo Alasuutari <aapo.alasuutari@gmail.com>2022-09-22 07:35:24 +0300
committerGitHub <noreply@github.com>2022-09-22 10:05:24 +0530
commit707e9e35804d9295996c5e86663209f14965d8f0 (patch)
treeff00d2e8bd51f17f9ac31a4d28aafd3aa7d7f539 /serde_v8/Cargo.toml
parentcc32a297da2d92983573a1cea1ca669d6139d77d (diff)
feat(ops): Automatic fast ops creation (#15527)
Diffstat (limited to 'serde_v8/Cargo.toml')
-rw-r--r--serde_v8/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/serde_v8/Cargo.toml b/serde_v8/Cargo.toml
index 670e6260e..756c17705 100644
--- a/serde_v8/Cargo.toml
+++ b/serde_v8/Cargo.toml
@@ -18,7 +18,7 @@ derive_more = "0.99.17"
serde = { version = "1.0.136", features = ["derive"] }
serde_bytes = "0.11"
smallvec = { version = "1.8", features = ["union"] }
-v8 = { version = "0.50.0", default-features = false }
+v8 = { version = "0.51.0", default-features = false }
[dev-dependencies]
bencher = "0.1"