summaryrefslogtreecommitdiff
path: root/serde_v8
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-08-15 14:12:11 +0200
committerGitHub <noreply@github.com>2022-08-15 14:12:11 +0200
commit5a4f84a0e1a514c0e6040116953717051b44c168 (patch)
tree6cdbaa14f14963cb8567a56570bd6e299a35571e /serde_v8
parent18dcc64910e6dd5f26f3828a07f2ff0845dfaa4b (diff)
chore: upgrade rusty_v8 to 0.48.1 (#15310)
Diffstat (limited to 'serde_v8')
-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 a5a144151..38e067857 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.47.1", default-features = false }
+v8 = { version = "0.48.1", default-features = false }
[dev-dependencies]
bencher = "0.1"