summaryrefslogtreecommitdiff
path: root/serde_v8
diff options
context:
space:
mode:
authorSatya Rohith <me@satyarohith.com>2022-03-05 03:38:04 +0530
committerGitHub <noreply@github.com>2022-03-05 03:38:04 +0530
commit70690f54af945a3ca94235c060de4bdee5c61d09 (patch)
treea8112e4754afd394bfca547ff5e64549e074f0cd /serde_v8
parent18a3a0ba7565177f5fc2a1bce93b65c34f598a51 (diff)
chore: update deps (#13821)
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 702dea14b..0773a2cff 100644
--- a/serde_v8/Cargo.toml
+++ b/serde_v8/Cargo.toml
@@ -12,7 +12,7 @@ description = "Rust to V8 serialization and deserialization"
[dependencies]
serde = { version = "1.0.130", features = ["derive"] }
serde_bytes = "0.11"
-v8 = "0.40.0"
+v8 = "0.40.2"
[dev-dependencies]
bencher = "0.1"